summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-11-05 17:54:22 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-11-05 17:54:22 +0000
commit8d298aef51e59faaef277c4cd59cea782f775829 (patch)
treea75c1e5fbdf48436e338b4ac46c7354cfedf91b0 /sys-apps/dbus/files
parentThis also closes bug #110901. (diff)
downloadgentoo-2-8d298aef51e59faaef277c4cd59cea782f775829.tar.gz
gentoo-2-8d298aef51e59faaef277c4cd59cea782f775829.tar.bz2
gentoo-2-8d298aef51e59faaef277c4cd59cea782f775829.zip
Apply patch from FreeDesktop.org bug #8298 for FreeBSD support. Removed an unnecessary patch and comment from 0.62 since we switched to expat from libxml.
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'sys-apps/dbus/files')
-rw-r--r--sys-apps/dbus/files/dbus-0.95-pass-context.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/dbus/files/dbus-0.95-pass-context.patch b/sys-apps/dbus/files/dbus-0.95-pass-context.patch
new file mode 100644
index 000000000000..1e5612198c19
--- /dev/null
+++ b/sys-apps/dbus/files/dbus-0.95-pass-context.patch
@@ -0,0 +1,11 @@
+--- /home/drizzt/dbus-0.95/bus/bus.c.old 2006-11-04 20:41:44 +0000
++++ /home/drizzt/dbus-0.95/bus/bus.c 2006-11-04 20:41:57 +0000
+@@ -517,7 +517,7 @@
+ /* Watch all conf directories */
+ _dbus_list_foreach (bus_config_parser_get_conf_dirs (parser),
+ (DBusForeachFunction) bus_watch_directory,
+- NULL);
++ context);
+
+ return TRUE;
+ }