summaryrefslogtreecommitdiffstats
path: root/recipes/avahi/files/dbus-pre-1.1.1-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/avahi/files/dbus-pre-1.1.1-support.patch')
-rw-r--r--recipes/avahi/files/dbus-pre-1.1.1-support.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/avahi/files/dbus-pre-1.1.1-support.patch b/recipes/avahi/files/dbus-pre-1.1.1-support.patch
new file mode 100644
index 0000000000..a92fb82710
--- /dev/null
+++ b/recipes/avahi/files/dbus-pre-1.1.1-support.patch
@@ -0,0 +1,17 @@
+http://avahi.org/changeset/1518
+
+Index: trunk/avahi-common/dbus-watch-glue.c
+===================================================================
+--- trunk/avahi-common/dbus-watch-glue.c (revision 1507)
++++ trunk/avahi-common/dbus-watch-glue.c (revision 1518)
+@@ -135,5 +135,9 @@
+ if (!(avahi_watch = poll_api->watch_new(
+ poll_api,
++#if (DBUS_VERSION_MAJOR == 1 && DBUS_VERSION_MINOR == 1 && DBUS_VERSION_MICRO >= 1) || (DBUS_VERSION_MAJOR == 1 && DBUS_VERSION_MAJOR > 1) || (DBUS_VERSION_MAJOR > 1)
+ dbus_watch_get_unix_fd(dbus_watch),
++#else
++ dbus_watch_get_fd(dbus_watch),
++#endif
+ translate_dbus_to_avahi(dbus_watch_get_flags(dbus_watch)),
+ watch_callback,
+