aboutsummaryrefslogtreecommitdiff
path: root/net-im/libnice
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-10-18 21:45:29 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-10-18 21:45:29 +0000
commitd821b6404081285ce25e59a34f32c2ca49ecb740 (patch)
treece8155893f1a576316bb4617fe048f80116410b6 /net-im/libnice
parentef8077504ad11ea222a03b0d6149dd530dfc7138 (diff)
downloadports-d821b6404081285ce25e59a34f32c2ca49ecb740.tar.gz
ports-d821b6404081285ce25e59a34f32c2ca49ecb740.zip
Notes
Diffstat (limited to 'net-im/libnice')
-rw-r--r--net-im/libnice/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile
index dad244fece7b..c665ac79094f 100644
--- a/net-im/libnice/Makefile
+++ b/net-im/libnice/Makefile
@@ -28,5 +28,7 @@ post-patch:
${WRKSRC}/stun/sha1.c
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|-Wno-missing-field-initializers|#|g'
+ @${REINPLACE_CMD} -e 's|-Wno-missing-field-initializers|#|g' \
+ ${WRKSRC}/common.mk
.include <bsd.port.mk>