1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

security/osslsigncode: extend BROKEN to FreeBSD 14

This commit is contained in:
Dmitry Marakasov 2021-04-26 19:40:04 +03:00
parent 7f2d38ae05
commit b8576ae230

View File

@ -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: