diff options
-rw-r--r-- | meta-gnome/recipes-gnome/bonobo/files/gcc5.patch | 12 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb | 3 |
2 files changed, 15 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/files/gcc5.patch b/meta-gnome/recipes-gnome/bonobo/files/gcc5.patch new file mode 100644 index 000000000..f7528adad --- /dev/null +++ b/meta-gnome/recipes-gnome/bonobo/files/gcc5.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | Index: libbonoboui-2.24.5/tools/browser/Makefile.am | ||
2 | =================================================================== | ||
3 | --- libbonoboui-2.24.5.orig/tools/browser/Makefile.am | ||
4 | +++ libbonoboui-2.24.5/tools/browser/Makefile.am | ||
5 | @@ -2,7 +2,6 @@ INCLUDES = \ | ||
6 | -DBONOBO_BROWSER_DATADIR=\""$(datadir)"\" \ | ||
7 | -DBONOBO_SUPPORT_LOCALEDIR=\""$(datadir)/locale"\" \ | ||
8 | -I$(srcdir) -I$(top_srcdir) \ | ||
9 | - -I$(top_srcdir)/bonobo-browser \ | ||
10 | $(BONOBOUI_CFLAGS) \ | ||
11 | $(WARN_CFLAGS) | ||
12 | |||
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb index 6c2d67aa6..f3e37a991 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb +++ b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb | |||
@@ -4,6 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
4 | file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" | 4 | file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" |
5 | 5 | ||
6 | inherit gnomebase pkgconfig gtk-doc | 6 | inherit gnomebase pkgconfig gtk-doc |
7 | |||
8 | SRC_URI += "file://gcc5.patch" | ||
9 | |||
7 | SRC_URI[archive.md5sum] = "853be8e28aaa4ce48ba60be7d9046bf4" | 10 | SRC_URI[archive.md5sum] = "853be8e28aaa4ce48ba60be7d9046bf4" |
8 | SRC_URI[archive.sha256sum] = "fab5f2ac6c842d949861c07cb520afe5bee3dce55805151ce9cd01be0ec46fcd" | 11 | SRC_URI[archive.sha256sum] = "fab5f2ac6c842d949861c07cb520afe5bee3dce55805151ce9cd01be0ec46fcd" |
9 | 12 | ||