diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-26 16:40:04 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-26 16:40:04 +0000 |
commit | b8576ae23091487db483a181b224bce2434f0d57 (patch) | |
tree | 7c3c5e65532fced3b1d3e52c92446f7ec9cdd0b4 | |
parent | 7f2d38ae0523c862a967a765095f90ebb58c7485 (diff) | |
download | ports-b8576ae23091487db483a181b224bce2434f0d57.tar.gz ports-b8576ae23091487db483a181b224bce2434f0d57.zip |
security/osslsigncode: extend BROKEN to FreeBSD 14
-rw-r--r-- | security/osslsigncode/Makefile | 1 |
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: |