1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

security/openscep: extend BROKEN to FreeBSD 14

This commit is contained in:
Dmitry Marakasov 2021-04-26 19:36:57 +03:00
parent 3a4ce00818
commit b7666ce44b

View File

@ -34,6 +34,7 @@ SUB_LIST= CONF_DIR="${CONF_DIR}" CONF_FILES="${LOCAL_CONF_FILES}"
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= unexpected type name 'issuer_and_subject_t': expected expression
BROKEN_FreeBSD_13= unexpected type name 'issuer_and_subject_t': expected expression
BROKEN_FreeBSD_14= unexpected type name 'issuer_and_subject_t': expected expression
.endif
.if ${SSL_DEFAULT:Mlibressl*}