summaryrefslogtreecommitdiff
path: root/packages/gaim
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2005-12-31 21:25:18 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-31 21:25:18 +0000
commit8a27977a84e6ffcb44333babfffd23df9469b0ec (patch)
tree7dc9b16bf4171273f8a296dae286248632441899 /packages/gaim
parent8a7f1884bf59029789adea26cc454680c6ea22f4 (diff)
gaim-cvs: allow gtk-deprecated
Diffstat (limited to 'packages/gaim')
-rw-r--r--packages/gaim/files/gtk-deprecated-2.0.0.patch13
-rw-r--r--packages/gaim/gaim_cvs.bb1
2 files changed, 14 insertions, 0 deletions
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
index 0000000000..04bb9244f0
--- /dev/null
+++ b/packages/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"
diff --git a/packages/gaim/gaim_cvs.bb b/packages/gaim/gaim_cvs.bb
index 1547393c8a..cc77b41772 100644
--- a/packages/gaim/gaim_cvs.bb
+++ b/packages/gaim/gaim_cvs.bb
@@ -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