diff options
author | marcus <marcus@FreeBSD.org> | 2009-07-07 04:21:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-07-07 04:21:24 +0800 |
commit | 4ab82f2187eff7f5c5dae6b33f3ad6c6fd1bb402 (patch) | |
tree | e4a7f926dd4015405e17d1704bbd537740350dd6 /net-im/libnice | |
parent | 73316cdbaa08066799f79d7506791fea69f3c647 (diff) | |
download | freebsd-ports-graphics-4ab82f2187eff7f5c5dae6b33f3ad6c6fd1bb402.tar.gz freebsd-ports-graphics-4ab82f2187eff7f5c5dae6b33f3ad6c6fd1bb402.tar.zst freebsd-ports-graphics-4ab82f2187eff7f5c5dae6b33f3ad6c6fd1bb402.zip |
Fix the build on 6.X.
Reported by: pointyhat via pav
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 72a1845fafb..81e5f8d1fa7 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> |