summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2010-12-25 18:19:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2010-12-25 18:19:54 +0000
commit636db0b995c239915410824c486af2f05575b82c (patch)
tree2d1381b64cfc8661c9ecedf8149df4ff613b22a9 /net-im
parent- Update to 0.8.12 (diff)
Try another approach to fixing the libtool issue. This was tested on my amd64
-CURRENT machine, so it should work with others, too.
Notes
Notes: svn path=/head/; revision=266897
Diffstat (limited to 'net-im')
-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 1d10ce2b4e03..f3312aa7dc27 100644
--- a/net-im/libnice/Makefile
+++ b/net-im/libnice/Makefile
@@ -32,6 +32,8 @@ post-patch:
's|-Wno-missing-field-initializers|#|g'
@${REINPLACE_CMD} -e 's|-Wno-missing-field-initializers|#|g' \
${WRKSRC}/common.mk
- @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
+
+post-configure:
+ @${TOUCH} -f ${WRKSRC}/config.h
.include <bsd.port.mk>