diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-27 17:19:48 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-27 17:21:18 +0300 |
commit | d1dfd0f645627e01725c427d2a86a7b316b6652f (patch) | |
tree | 4cda8a209f50014a7109a48438d453cefe3b8d93 | |
parent | mail/spamdyke: extend BROKENness to FreeBSD 14 (diff) |
devel/hadoop: extend BROKENness to FreeBSD 14
-rw-r--r-- | devel/hadoop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/hadoop/Makefile b/devel/hadoop/Makefile index 07f1b2419aa5..f69eb6132178 100644 --- a/devel/hadoop/Makefile +++ b/devel/hadoop/Makefile @@ -84,6 +84,7 @@ ALL_TARGET= compile-core-native compile-c++ compile-c++-libhdfs compile-c++-pipe .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') BROKEN_FreeBSD_13= variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') +BROKEN_FreeBSD_14= variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') .endif # The ssl.mk helper can augment MAKE_ARGS and break the build. Filter out |