aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-29 22:47:33 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-29 22:47:33 +0000
commit0db10e9cdd010c95a20cfbdb359e6db9311f90e4 (patch)
tree55eb974cc316f8a792f3c7391b47a6b21bf2f8f6 /net
parentf6a8db477d8fe965be09176e9011f709fbe88c70 (diff)
downloadports-0db10e9cdd010c95a20cfbdb359e6db9311f90e4.tar.gz
ports-0db10e9cdd010c95a20cfbdb359e6db9311f90e4.zip
MFH: r543686
net/libusrsctp: fix build on GCC architectures Disable -Werror: /wrkdirs/usr/ports/net/libusrsctp/work/usrsctp-0.9.3.0-856-g66a25d7/usrsctplib/netinet/sctp_auth.c:197: warning: declaration of 'index' shadows a global declaration Approved by: portmgr (fix build blanket)
Notes
Notes: svn path=/branches/2020Q3/; revision=543687
Diffstat (limited to 'net')
-rw-r--r--net/libusrsctp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/libusrsctp/Makefile b/net/libusrsctp/Makefile
index aeaf9b29bdaf..9c769e27a906 100644
--- a/net/libusrsctp/Makefile
+++ b/net/libusrsctp/Makefile
@@ -23,4 +23,6 @@ PLIST_FILES= include/usrsctp.h \
lib/libusrsctp.so.1 \
lib/libusrsctp.so.1.0.0
+CFLAGS+= -Wno-error
+
.include <bsd.port.mk>