aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2012-12-28 21:21:18 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2012-12-28 21:21:18 +0000
commit9348ee4c0adc0442169aaf03fcb9aabc84896825 (patch)
tree6fac73387d553cad2d07aac59d2cee92b46abc7b /devel/gnome-vfs/Makefile
parent005c6f91b23ef10924c7fbadb5d30394a3c85740 (diff)
downloadports-9348ee4c0adc0442169aaf03fcb9aabc84896825.tar.gz
ports-9348ee4c0adc0442169aaf03fcb9aabc84896825.zip
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 <bohacpetr@bohyn.cz>
Notes
Notes: svn path=/head/; revision=309588
Diffstat (limited to 'devel/gnome-vfs/Makefile')
-rw-r--r--devel/gnome-vfs/Makefile5
1 files 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' \