From 9348ee4c0adc0442169aaf03fcb9aabc84896825 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Fri, 28 Dec 2012 21:21:18 +0000 Subject: [PATCH] Always disable inotify no matter what if even you have devel/libinotify installed. We are using our own, kevent. PR: ports/173884 Reported by: Petr Bohac --- devel/gnome-vfs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 2234f8a4856a..d0e5f1a5a63b 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -88,8 +88,9 @@ post-patch: s|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/libgnomevfs/xdgmime.c \ ${WRKSRC}/libgnomevfs/gnome-vfs-hal-mounts.c - @${REINPLACE_CMD} -e 's|-lacl||g' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lacl||g ; \ + s|inotify_support=yes|inotify_support=no|g' \ + ${WRKSRC}/configure @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ < ${MASTERDIR}/pkg-install.in > ${PKGINSTALL} @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \