summaryrefslogtreecommitdiff
path: root/recipes/devhelp/files/devhelp-includes.patch
diff options
context:
space:
mode:
authorSergey Lapin <slapin@ossfans.org>2009-08-05 17:14:29 +0400
committerSergey Lapin <slapin@ossfans.org>2009-08-05 17:14:29 +0400
commit5d87cec7a3e962afb7cfa621d172abc3effc085d (patch)
tree5e26142100749807b517588779120b73a83a30d2 /recipes/devhelp/files/devhelp-includes.patch
parentc91a54aef8a39e7cbb2571574f56f2cf12104ff1 (diff)
parent2880b3877d38bfaa4056af6df7f122a64e955292 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/devhelp/files/devhelp-includes.patch')
-rw-r--r--recipes/devhelp/files/devhelp-includes.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/devhelp/files/devhelp-includes.patch b/recipes/devhelp/files/devhelp-includes.patch
new file mode 100644
index 0000000000..154dd8dac9
--- /dev/null
+++ b/recipes/devhelp/files/devhelp-includes.patch
@@ -0,0 +1,12 @@
+g_mapped_file_free() is deprecated since glib-2.22.
+================================================================================
+--- devhelp-0.23/src/Makefile.am
++++ devhelp-0.23/src/Makefile.am
+@@ -6,7 +6,6 @@
+ -DLOCALEDIR=\""$(datadir)/locale"\" \
+ -DDATADIR=\""$(datadir)"\" \
+ -DG_LOG_DOMAIN=\"Devhelp\" \
+- -DG_DISABLE_DEPRECATED \
+ -DGDK_DISABLE_DEPRECATED \
+ -DGTK_DISABLE_DEPRECATED \
+ -DG_DISABLE_SINGLE_INCLUDES \