MFH: r498152

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-06 16:57:08 +00:00
parent 2f24a2950e
commit 8bcf9c1307
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=498153

View File

@ -23,4 +23,11 @@ GH_ACCOUNT= Microsoft
WRKSRC_SUBDIR= Release
CMAKE_OFF= BUILD_SAMPLES BUILD_TESTS
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= use of undeclared identifier 'SSL_R_SHORT_READ'
BROKEN_FreeBSD_13= use of undeclared identifier 'SSL_R_SHORT_READ'
.endif
.include <bsd.port.post.mk>