diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-10-18 21:45:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-10-18 21:45:29 +0000 |
commit | d821b6404081285ce25e59a34f32c2ca49ecb740 (patch) | |
tree | ce8155893f1a576316bb4617fe048f80116410b6 /net-im/libnice | |
parent | ef8077504ad11ea222a03b0d6149dd530dfc7138 (diff) | |
download | ports-d821b6404081285ce25e59a34f32c2ca49ecb740.tar.gz ports-d821b6404081285ce25e59a34f32c2ca49ecb740.zip |
Notes
Diffstat (limited to 'net-im/libnice')
-rw-r--r-- | net-im/libnice/Makefile | 2 |
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> |