diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-07-06 20:21:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-07-06 20:21:24 +0000 |
commit | fb7b248a9527255c1504fa154a17ed35cb6d5daf (patch) | |
tree | 898683dde66dcadd810847f00ba1338b1a1c7a52 /net-im | |
parent | 00356f6b66240cac04ad64780891db06d2a1e568 (diff) | |
download | ports-fb7b248a9527255c1504fa154a17ed35cb6d5daf.tar.gz ports-fb7b248a9527255c1504fa154a17ed35cb6d5daf.zip |
Notes
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 72a1845fafb5..81e5f8d1fa7a 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -26,5 +26,7 @@ post-patch: s|__BIG_ENDIAN|_BIG_ENDIAN|g' \ ${WRKSRC}/stun/md5.c \ ${WRKSRC}/stun/sha1.c + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-Wno-missing-field-initializers|#|g' .include <bsd.port.mk> |