diff options
-rw-r--r-- | security/isakmpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 87faef8c0646..6128104251bb 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -29,6 +29,7 @@ MAKE_JOBS_UNSAFE= yes .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') BROKEN_FreeBSD_13= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') +BROKEN_FreeBSD_14= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') .endif OPENSSLINC?= /usr/include |