aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/opensips/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/opensips/Makefile b/net/opensips/Makefile
index 627d37359cbf..ba442ba26029 100644
--- a/net/opensips/Makefile
+++ b/net/opensips/Makefile
@@ -145,6 +145,11 @@ python_CMD= ${LOCALBASE}/bin/python2.7
.include <bsd.port.options.mk>
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= storage size of 'ctx' isn't known
+BROKEN_FreeBSD_13= storage size of 'ctx' isn't known
+.endif
+
.if ${PORT_OPTIONS:MHTTP}
EXTRA_MODULES+= httpd
.endif