Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
This commit is contained in:
Antoine Brodin 2019-04-06 20:00:57 +00:00
parent 475f4e832d
commit c8a60d2322
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498195

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>