From 8b5230066a238357d070f3900ffdd244fca11748 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sat, 21 Apr 2007 17:59:22 +0000 Subject: Fix for systems where inotify is not available. (Portage version: 2.1.2.4) --- .../avahi/files/avahi-0.6.18-inotify-ifdef-fix.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 net-dns/avahi/files/avahi-0.6.18-inotify-ifdef-fix.patch (limited to 'net-dns/avahi/files') diff --git a/net-dns/avahi/files/avahi-0.6.18-inotify-ifdef-fix.patch b/net-dns/avahi/files/avahi-0.6.18-inotify-ifdef-fix.patch new file mode 100644 index 000000000000..78654551b519 --- /dev/null +++ b/net-dns/avahi/files/avahi-0.6.18-inotify-ifdef-fix.patch @@ -0,0 +1,18 @@ +Index: trunk/avahi-daemon/main.c +=================================================================== +--- trunk/avahi-daemon/main.c (revision 1450) ++++ trunk/avahi-daemon/main.c (working copy) +@@ -42,11 +42,13 @@ + #include + #include + ++#ifdef HAVE_INOTIFY + #ifdef HAVE_SYS_INOTIFY_H + #include + #else + #include "inotify-nosys.h" + #endif ++#endif + + #include + #include -- cgit v1.2.3-65-gdbad