diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-27 17:16:05 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-27 17:21:13 +0300 |
commit | bab88a75bc2a69e215219be7a4f204c8042d8f8e (patch) | |
tree | 3865c58b1f1b5fd0314594a447f6957e50ed7143 | |
parent | net/libtnl: enable on powerpc64le (diff) |
security/isakmpd: extend BROKENness to FreeBSD 14
-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 |