aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-27 14:18:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-27 14:21:18 +0000
commit5f52f47790a0cacbfba24c4b282077493d9f4bd2 (patch)
treeced309e851476fe3e7143655004ee1c9334d6d2d
parent63a33314057efa469370a114fe0e4696045cf9e4 (diff)
downloadports-5f52f47790a0cacbfba24c4b282077493d9f4bd2.tar.gz
ports-5f52f47790a0cacbfba24c4b282077493d9f4bd2.zip
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: