aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-07-07 04:21:24 +0800
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-07-07 04:21:24 +0800
commitfb7b248a9527255c1504fa154a17ed35cb6d5daf (patch)
tree898683dde66dcadd810847f00ba1338b1a1c7a52
parent00356f6b66240cac04ad64780891db06d2a1e568 (diff)
downloadfreebsd-ports-gnome-fb7b248a9527255c1504fa154a17ed35cb6d5daf.tar.gz
freebsd-ports-gnome-fb7b248a9527255c1504fa154a17ed35cb6d5daf.tar.zst
freebsd-ports-gnome-fb7b248a9527255c1504fa154a17ed35cb6d5daf.zip
Fix the build on 6.X.
Reported by: pointyhat via pav
-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 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>