MFH: r497703

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-03 09:52:20 +00:00
parent 155ca68ec0
commit 71f4c0067a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497704

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>