diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2012-01-19 17:13:12 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2012-01-19 17:13:12 +0000 |
commit | 20406b9f935d21c6179c32f8513c0325dfc0574c (patch) | |
tree | 9fa3aad1281259a3caefd77c80a11c0347dbef5f /net/avahi-app | |
parent | d0e42355975d88e67a5571c7aa94560fdfd6d1ee (diff) | |
download | ports-20406b9f935d21c6179c32f8513c0325dfc0574c.tar.gz ports-20406b9f935d21c6179c32f8513c0325dfc0574c.zip |
Notes
Diffstat (limited to 'net/avahi-app')
-rw-r--r-- | net/avahi-app/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile index 41b2a694cbe4..1c383e9b62d0 100644 --- a/net/avahi-app/Makefile +++ b/net/avahi-app/Makefile @@ -115,6 +115,8 @@ avahi-post-patch: ${WRKSRC}/configure \ ${WRKSRC}/avahi-client/Makefile.in \ ${WRKSRC}/avahi-daemon/Makefile.in + @${REINPLACE_CMD} -e 's|have_inotify=yes|have_inotify=no|' \ + ${WRKSRC}/configure @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ ${REINPLACE_CMD} -e 's|(LIBINTL)|(INTLLIBS)|g ; \ s|(LIBICONV)|(LTLIBICONV)|g' |