aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-27 14:17:19 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-27 14:21:17 +0000
commit706df2bbee6d0101ce1387d18b6568b052a451b8 (patch)
tree2e67cc39cbb5e6c44b44782560421c2227b14cb9
parent1e341e27179fda988bc3380cf4ce098d40708824 (diff)
downloadports-706df2bbee6d0101ce1387d18b6568b052a451b8.tar.gz
ports-706df2bbee6d0101ce1387d18b6568b052a451b8.zip
security/sslwrap: extend BROKENness to FreeBSD 14
-rw-r--r--security/sslwrap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile
index e2ab22b6c8c7..d4cd9751ee5f 100644
--- a/security/sslwrap/Makefile
+++ b/security/sslwrap/Makefile
@@ -29,6 +29,7 @@ OPTIONS_DEFINE= DOCS
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= incomplete definition of type 'struct dh_st'
BROKEN_FreeBSD_13= incomplete definition of type 'struct dh_st'
+BROKEN_FreeBSD_14= incomplete definition of type 'struct dh_st'
.endif
post-patch: