]> git.pld-linux.org Git - packages/avahi.git/commitdiff
- don't BR dbus >= 1.1.1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Aug 2007 20:46:57 +0000 (20:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avahi-dbus.patch -> 1.3

avahi-dbus.patch [new file with mode: 0644]

diff --git a/avahi-dbus.patch b/avahi-dbus.patch
new file mode 100644 (file)
index 0000000..b6b5da7
--- /dev/null
@@ -0,0 +1,11 @@
+--- avahi-0.6.21/avahi-common/dbus-watch-glue.c.orig   2007-08-12 17:39:21.000000000 +0200
++++ avahi-0.6.21/avahi-common/dbus-watch-glue.c        2007-08-27 22:12:48.357476786 +0200
+@@ -134,7 +134,7 @@
+         if (!(avahi_watch = poll_api->watch_new(
+                   poll_api,
+-                  dbus_watch_get_unix_fd(dbus_watch),
++                  dbus_watch_get_fd(dbus_watch),
+                   translate_dbus_to_avahi(dbus_watch_get_flags(dbus_watch)),
+                   watch_callback,
+                   dbus_watch)))
This page took 0.087971 seconds and 4 git commands to generate.