gaim-cvs: allow gtk-deprecated
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 31 Dec 2005 21:25:18 +0000 (21:25 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 31 Dec 2005 21:25:18 +0000 (21:25 +0000)
packages/gaim/files/gtk-deprecated-2.0.0.patch [new file with mode: 0644]
packages/gaim/gaim_cvs.bb

diff --git a/packages/gaim/files/gtk-deprecated-2.0.0.patch b/packages/gaim/files/gtk-deprecated-2.0.0.patch
new file mode 100644 (file)
index 0000000..04bb924
--- /dev/null
@@ -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"
index 1547393..cc77b41 100644 (file)
@@ -4,6 +4,7 @@ PV = "2.0+cvs-${CVSDATE}"
 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/gaim;module=gaim \
        file://no-superimposed-version-on-logo.patch;patch=1 \
        file://desktop-name-cvs.patch;patch=1 \
+       file://gtk-deprecated-2.0.0.patch;patch=1 \
        "
 
 include gaim.inc