summaryrefslogtreecommitdiff
path: root/packages/gnome/gnome-vfs-dbus
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-02-08 19:17:38 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-08 19:17:38 +0000
commit10daaff549d444b1141b829eec8fd2a5fca1d4db (patch)
treea8a081142b6e0687813b89f6496eb99b6c7dc04d /packages/gnome/gnome-vfs-dbus
parent457cf361541c3ef84d1b539fcc1ff48b76f274a8 (diff)
gnome-vfs-dbus: fix the svn version to make it build again
Diffstat (limited to 'packages/gnome/gnome-vfs-dbus')
-rw-r--r--packages/gnome/gnome-vfs-dbus/glib-after-nameser.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/gnome/gnome-vfs-dbus/glib-after-nameser.patch b/packages/gnome/gnome-vfs-dbus/glib-after-nameser.patch
new file mode 100644
index 0000000000..87bf7c3939
--- /dev/null
+++ b/packages/gnome/gnome-vfs-dbus/glib-after-nameser.patch
@@ -0,0 +1,18 @@
+--- trunk/libgnomevfs/gnome-vfs-resolve.c.orig 2006-02-08 19:18:43.000000000 +0100
++++ trunk/libgnomevfs/gnome-vfs-resolve.c 2006-02-08 19:21:42.000000000 +0100
+@@ -23,7 +23,6 @@
+
+ #include <errno.h>
+ #include <string.h>
+-#include <glib.h>
+ #ifndef G_OS_WIN32
+ /* Keep <sys/types.h> above the network includes for FreeBSD. */
+ #include <sys/types.h>
+@@ -48,6 +47,7 @@
+ #define RELOAD_TIMEVAL 2
+ #endif
+
++#include <glib.h>
+ #include <glib-object.h>
+
+ #include <libgnomevfs/gnome-vfs-resolve.h>