summaryrefslogtreecommitdiff
path: root/www/libdatachannel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/libdatachannel/Makefile')
-rw-r--r--www/libdatachannel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/libdatachannel/Makefile b/www/libdatachannel/Makefile
index df5ddf8acb81..c217901cec18 100644
--- a/www/libdatachannel/Makefile
+++ b/www/libdatachannel/Makefile
@@ -26,7 +26,7 @@ CMAKE_ON= USE_SYSTEM_SRTP NO_EXAMPLES NO_TESTS
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=unused-but-set-variable \
-Wno-error=strict-prototypes
.endif