From b8576ae23091487db483a181b224bce2434f0d57 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 26 Apr 2021 19:40:04 +0300 Subject: [PATCH] security/osslsigncode: extend BROKEN to FreeBSD 14 --- security/osslsigncode/Makefile | 1 + 1 file changed, 1 insertion(+) 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: