aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/gaim/files/gtk-deprecated-2.0.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/obsolete/gaim/files/gtk-deprecated-2.0.0.patch')
-rw-r--r--recipes/obsolete/gaim/files/gtk-deprecated-2.0.0.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/obsolete/gaim/files/gtk-deprecated-2.0.0.patch b/recipes/obsolete/gaim/files/gtk-deprecated-2.0.0.patch
new file mode 100644
index 0000000000..04bb9244f0
--- /dev/null
+++ b/recipes/obsolete/gaim/files/gtk-deprecated-2.0.0.patch
@@ -0,0 +1,13 @@
+--- gaim/configure.ac.orig 2005-12-19 23:04:14 +0100
++++ gaim/configure.ac 2005-12-19 23:04:49 +0100
+@@ -442,10 +442,6 @@
+ fi
+ fi
+
+-if test "x$enable_deprecated" = "xno"; then
+- DEBUG_CFLAGS="$DEBUG_CFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
+-fi
+-
+ if test "x$GCC" = "xyes"; then
+ DEBUG_CFLAGS="-Wall $DEBUG_CFLAGS"
+ CFLAGS="-g $CFLAGS"