diff options
Diffstat (limited to 'org.handhelds.familiar/packages/gomunicator')
-rw-r--r-- | org.handhelds.familiar/packages/gomunicator/files/dbus_1_0_fix.patch | 17 | ||||
-rw-r--r-- | org.handhelds.familiar/packages/gomunicator/gomunicator_cvs.bb | 3 |
2 files changed, 19 insertions, 1 deletions
diff --git a/org.handhelds.familiar/packages/gomunicator/files/dbus_1_0_fix.patch b/org.handhelds.familiar/packages/gomunicator/files/dbus_1_0_fix.patch new file mode 100644 index 0000000..377a844 --- /dev/null +++ b/org.handhelds.familiar/packages/gomunicator/files/dbus_1_0_fix.patch @@ -0,0 +1,17 @@ +diff -Naur gomunicator_old/src/dbus.c gomunicator/src/dbus.c +--- gomunicator_old/src/dbus.c 2006-01-15 00:17:53.000000000 +0200 ++++ gomunicator/src/dbus.c 2006-11-21 16:04:46.000000000 +0200 +@@ -1,4 +1,3 @@ +-#define DBUS_API_SUBJECT_TO_CHANGE + #include <stdlib.h> + #include <stdio.h> + #include <libintl.h> +@@ -7,6 +6,8 @@ + + #define _(x) gettext(x) + ++#define HAVE_DBUS_MESSAGE_ITER_GET_BASIC ++ + + static DBusConnection *connection; + diff --git a/org.handhelds.familiar/packages/gomunicator/gomunicator_cvs.bb b/org.handhelds.familiar/packages/gomunicator/gomunicator_cvs.bb index 995298a..7a854a5 100644 --- a/org.handhelds.familiar/packages/gomunicator/gomunicator_cvs.bb +++ b/org.handhelds.familiar/packages/gomunicator/gomunicator_cvs.bb @@ -9,5 +9,6 @@ PV = "0.1.3+cvs-${CVSDATE}" inherit autotools pkgconfig -SRC_URI = "cvs://anonymous@xanadux.cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator" +SRC_URI = "cvs://anonymous@xanadux.cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator \ + file://dbus_1_0_fix.patch;patch=1" S = "${WORKDIR}/${PN}" |