aboutsummaryrefslogtreecommitdiff
path: root/net-im/libnice
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2011-01-01 16:32:00 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2011-01-01 16:32:00 +0000
commit570dd4013b00f7e5d70637cb793ac900c4d6efb0 (patch)
tree5b75eaddf02971da27982d56a134ed3dcd5244f1 /net-im/libnice
parent683634eb2b8114b90a9488d0addbf55d69a0cc2b (diff)
downloadports-570dd4013b00f7e5d70637cb793ac900c4d6efb0.tar.gz
ports-570dd4013b00f7e5d70637cb793ac900c4d6efb0.zip
Restore some of nork's commit so that additional files are touched after
configure. This is known to fix some issues on ZFS builds. Reported by: fluffy
Notes
Notes: svn path=/head/; revision=267251
Diffstat (limited to 'net-im/libnice')
-rw-r--r--net-im/libnice/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile
index 037166be2b5e..91d3b4c5f782 100644
--- a/net-im/libnice/Makefile
+++ b/net-im/libnice/Makefile
@@ -34,6 +34,8 @@ post-patch:
${WRKSRC}/common.mk
post-configure:
- @${TOUCH} -f ${WRKSRC}/config.h
+ @${TOUCH} -f ${WRKSRC}/config.h ${WRKSRC}/aclocal.m4 \
+ ${WRKSRC}/configure ${WRKSRC}/Makefile.in \
+ ${WRKSRC}/Makefile
.include <bsd.port.mk>