diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-01-15 23:56:09 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-01-15 23:56:09 +0800 |
commit | 47225dac08ec59cdb6b9373c1f81f513b93f8b83 (patch) | |
tree | a5c84aeb8482cbcb773a6a4d5815950465998449 /net | |
parent | 72ef903d583031d8fecbdf02150b23f0fdfbd2c0 (diff) | |
download | marcuscom-ports-47225dac08ec59cdb6b9373c1f81f513b93f8b83.tar marcuscom-ports-47225dac08ec59cdb6b9373c1f81f513b93f8b83.tar.gz marcuscom-ports-47225dac08ec59cdb6b9373c1f81f513b93f8b83.tar.bz2 marcuscom-ports-47225dac08ec59cdb6b9373c1f81f513b93f8b83.tar.lz marcuscom-ports-47225dac08ec59cdb6b9373c1f81f513b93f8b83.tar.xz marcuscom-ports-47225dac08ec59cdb6b9373c1f81f513b93f8b83.tar.zst marcuscom-ports-47225dac08ec59cdb6b9373c1f81f513b93f8b83.zip |
Always disable libinofity to fix build if devel/libinotify is installed
PR: ports/160764
Reported by: Michiel Leenaars <michiel.ml@nlnet.nl>
John Hein <jhein@symmetricom.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16636 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi-app/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile index 69380de64..c51b71aed 100644 --- a/net/avahi-app/Makefile +++ b/net/avahi-app/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/avahi-app/Makefile,v 1.20 2011/04/05 10:34:44 kwm Exp $ +# $MCom: ports/net/avahi-app/Makefile,v 1.21 2011/09/13 11:01:32 kwm Exp $ # PORTNAME= avahi @@ -118,6 +118,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' |