summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-27 17:18:23 +0300
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-27 17:21:18 +0300
commit5f52f47790a0cacbfba24c4b282077493d9f4bd2 (patch)
treeced309e851476fe3e7143655004ee1c9334d6d2d
parentdevel/ada-util: extend BROKENness to FreeBSD 14 (diff)
sysutils/pam_mount: extend BROKENness to FreeBSD 14
-rw-r--r--sysutils/pam_mount/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/pam_mount/Makefile b/sysutils/pam_mount/Makefile
index 439d152948a5..35a29357c940 100644
--- a/sysutils/pam_mount/Makefile
+++ b/sysutils/pam_mount/Makefile
@@ -31,6 +31,7 @@ CONFIGURE_ARGS+=--localstatedir=/var \
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
BROKEN_FreeBSD_13= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
+BROKEN_FreeBSD_14= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
.endif
post-patch: