1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
This commit is contained in:
Antoine Brodin 2019-04-06 16:56:48 +00:00
parent b8f930fb40
commit afc51327ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498152

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>