MFH: r497827

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-04 12:35:59 +00:00
parent 717dfba371
commit 22d92393d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497828

View File

@ -25,4 +25,11 @@ CMAKE_ARGS+= -DCPP-NETLIB_BUILD_EXAMPLES=OFF \
-DCPP-NETLIB_BUILD_TESTS=OFF
USE_GITHUB= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= no member named 'SSLv2_method' in the global namespace
BROKEN_FreeBSD_13= no member named 'SSLv2_method' in the global namespace
.endif
.include <bsd.port.post.mk>