MFH: r497767

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-03 20:30:47 +00:00
parent 46e0d00999
commit d5a8c8a573
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497768

View File

@ -26,4 +26,11 @@ PLIST_FILES= bin/rsyncrypto \
man/man1/rsyncrypto.1.gz \
man/man1/rsyncrypto_recover.1.gz
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= member access into incomplete type 'RSA' (aka 'rsa_st')
BROKEN_FreeBSD_13= member access into incomplete type 'RSA' (aka 'rsa_st')
.endif
.include <bsd.port.post.mk>