aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/bonobo/files
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-05-11 22:34:42 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-17 09:46:29 +0200
commit45b0b62b761d3be7ca1226b16d03557169b86041 (patch)
tree26db69b6ff9f17df732a000106a9217c03bf8e36 /meta-gnome/recipes-gnome/bonobo/files
parent2c9be2f1f2eb6110152323554cea8d7dadc865b1 (diff)
downloadmeta-openembedded-contrib-45b0b62b761d3be7ca1226b16d03557169b86041.tar.gz
libbonoboui: Fix build with gcc5
This is required to remove non-existing include paths which gcc-5 detects and is fussy about Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/bonobo/files')
-rw-r--r--meta-gnome/recipes-gnome/bonobo/files/gcc5.patch12
1 files changed, 12 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 0000000000..f7528adad4
--- /dev/null
+++ b/meta-gnome/recipes-gnome/bonobo/files/gcc5.patch
@@ -0,0 +1,12 @@
+Index: libbonoboui-2.24.5/tools/browser/Makefile.am
+===================================================================
+--- libbonoboui-2.24.5.orig/tools/browser/Makefile.am
++++ libbonoboui-2.24.5/tools/browser/Makefile.am
+@@ -2,7 +2,6 @@ INCLUDES = \
+ -DBONOBO_BROWSER_DATADIR=\""$(datadir)"\" \
+ -DBONOBO_SUPPORT_LOCALEDIR=\""$(datadir)/locale"\" \
+ -I$(srcdir) -I$(top_srcdir) \
+- -I$(top_srcdir)/bonobo-browser \
+ $(BONOBOUI_CFLAGS) \
+ $(WARN_CFLAGS)
+