aboutsummaryrefslogtreecommitdiff
path: root/net/opensips
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-06 19:54:12 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-06 19:54:12 +0000
commit46b36345fdd1e207b02ea3849fa8c8abae64f4d2 (patch)
tree9961665e4e4d08724e622e32fe756de7956f18fe /net/opensips
parent12374b148a52ad22fde53a719f5a7b526eccbff8 (diff)
downloadports-46b36345fdd1e207b02ea3849fa8c8abae64f4d2.tar.gz
ports-46b36345fdd1e207b02ea3849fa8c8abae64f4d2.zip
Notes
Diffstat (limited to 'net/opensips')
-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