aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-26 16:40:04 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-26 16:40:25 +0000
commit29a43baec4e657e19323bf88df61768a9b957bc8 (patch)
tree4c2c82f2f0d8e91bf58de942b580cd143648f4e2
parent56f2bb4780c4c56589045d0153a8a806107758f7 (diff)
downloadports-29a43baec4e657e19323bf88df61768a9b957bc8.tar.gz
ports-29a43baec4e657e19323bf88df61768a9b957bc8.zip
security/osslsigncode: extend BROKEN to FreeBSD 14
-rw-r--r--security/osslsigncode/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/osslsigncode/Makefile b/security/osslsigncode/Makefile
index f899197040a8..ed34317ee904 100644
--- a/security/osslsigncode/Makefile
+++ b/security/osslsigncode/Makefile
@@ -27,6 +27,7 @@ GSF_LIB_DEPENDS= libgsf-1.so:devel/libgsf
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
BROKEN_FreeBSD_13= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
+BROKEN_FreeBSD_14= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
.endif
post-patch: