MFH: r497911

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-05 05:25:45 +00:00
parent 7a2c41e28c
commit 9b9e88a81d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497912

View File

@ -26,6 +26,13 @@ LDFLAGS+= -L${OPENSSLLIB}
OPTIONS_DEFINE= DOCS
.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 \
'/^SUBDIRS/s|doc||' ${WRKSRC}/Makefile.in
@ -40,4 +47,4 @@ post-install-DOCS-on:
${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${STAGEDIR}${DOCSDIR}/html
${INSTALL_DATA} ${WRKSRC}/doc/html/*.png ${STAGEDIR}${DOCSDIR}/html
.include <bsd.port.mk>
.include <bsd.port.post.mk>