MFH: r497838

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-04 14:25:02 +00:00
parent c86456b3f4
commit bf8a2c557c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497839

View File

@ -35,9 +35,16 @@ OPTIONS_SUB= yes
X11_USE= xorg=x11,xmu
X11_CONFIGURE_WITH=x
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= incomplete definition of type 'struct rsa_st'
BROKEN_FreeBSD_13= incomplete definition of type 'struct rsa_st'
.endif
post-patch:
@${REINPLACE_CMD} -e 's,csin,_csin,g' \
${WRKSRC}/webmitm.c \
${WRKSRC}/sshmitm.c
.include <bsd.port.mk>
.include <bsd.port.post.mk>