Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
This commit is contained in:
Antoine Brodin 2019-04-03 09:51:30 +00:00
parent 1fbf38992e
commit 239815d731
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497703

View file

@ -24,4 +24,11 @@ USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= use of undeclared identifier 'SSLv2_client_method'
BROKEN_FreeBSD_13= use of undeclared identifier 'SSLv2_client_method'
.endif
.include <bsd.port.post.mk>