MFH: r497790

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-04 05:41:46 +00:00
parent e5cb31bc4b
commit 47dd813de7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497791

View File

@ -24,4 +24,11 @@ TECLA_DESC= Use tecla command-line editing
TECLA_CONFIGURE_WITH= tecla
TECLA_LIB_DEPENDS= libtecla.so:devel/libtecla
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= variable has incomplete type 'BIGNUM' (aka 'struct bignum_st')
BROKEN_FreeBSD_13= variable has incomplete type 'BIGNUM' (aka 'struct bignum_st')
.endif
.include <bsd.port.post.mk>