Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
This commit is contained in:
Antoine Brodin 2019-04-03 14:19:25 +00:00
parent 9ebb8bf1b1
commit 3e8d5f5cf8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497730

View file

@ -24,4 +24,11 @@ INSTALL_TARGET= install-strip
USERS= tcpcryptd
GROUPS= tcpcryptd
.include <bsd.port.mk>
.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
.include <bsd.port.post.mk>