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>
This commit is contained in:
parent
005c6f91b2
commit
9348ee4c0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309588
1 changed files with 3 additions and 2 deletions
|
@ -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' \
|
||||
|
|
Loading…
Reference in a new issue