diff options
author | marcus <marcus@FreeBSD.org> | 2009-10-19 05:45:29 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-10-19 05:45:29 +0800 |
commit | 3666e06a93a166b9b63ac50c3f43b13146049181 (patch) | |
tree | a044e47af8ee16a5ec60e927068b96bb33cf3d50 /net-im | |
parent | 820e633cf54e4b616b5724856d140b3a744c31cd (diff) | |
download | freebsd-ports-graphics-3666e06a93a166b9b63ac50c3f43b13146049181.tar.gz freebsd-ports-graphics-3666e06a93a166b9b63ac50c3f43b13146049181.tar.zst freebsd-ports-graphics-3666e06a93a166b9b63ac50c3f43b13146049181.zip |
Add another build fix for 6.X.
Diffstat (limited to 'net-im')
-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 dad244fece7..c665ac79094 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> |