MFH: r498186

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-06 19:51:27 +00:00
parent ca3c4a4179
commit 5ac61dec59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=498187

View File

@ -83,6 +83,11 @@ ALL_TARGET= compile-core-native compile-c++ compile-c++-libhdfs compile-c++-pipe
.include <bsd.port.pre.mk>
.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')
.endif
# The ssl.mk helper can augment MAKE_ARGS and break the build. Filter out
# the OPENSSL_CFLAGS if it exists to prevent that from happening.
MAKE_ARGS:= ${MAKE_ARGS:NOPENSSL_CFLAGS=*}