diff options
-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> |