MFH: r498195

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-06 20:02:19 +00:00
parent 3ba532fa61
commit 1f11da70af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=498196

View File

@ -37,4 +37,11 @@ MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \
--cxx=${CXX}
USE_LDCONFIG= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= use of undeclared identifier 'BIO_s_file_internal'
BROKEN_FreeBSD_13= use of undeclared identifier 'BIO_s_file_internal'
.endif
.include <bsd.port.post.mk>