MFH: r497763

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-03 20:22:08 +00:00
parent 0a2326eac5
commit 111642641b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497764

View File

@ -33,6 +33,13 @@ OPTIONS_SUB= yes
OPENSSL_USES= ssl
OPENSSL_CMAKE_BOOL= SSL_SUPPORT
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= incomplete definition of type 'struct bio_st'
BROKEN_FreeBSD_13= incomplete definition of type 'struct bio_st'
.endif
post-patch:
@${REINPLACE_CMD} -e \
'/DESTINATION/s|^|#|' ${WRKSRC}/CMakeLists.txt
@ -55,4 +62,4 @@ do-install:
@${ECHO_CMD} -n > ${STAGEDIR}${ETCDIR}/${i}.sample
.endfor
.include <bsd.port.mk>
.include <bsd.port.post.mk>