MFH: r497679

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-03 08:37:47 +00:00
parent a18b585d48
commit c958489d86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497680

View File

@ -48,6 +48,13 @@ MYSQL_CONFIGURE_OFF= --omit=Data/MySQL
SQLITE_USES= sqlite
SQLITE_CONFIGURE_OFF= --omit=Data/SQLite
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= error: field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st')
BROKEN_FreeBSD_13= error: field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st')
.endif
post-extract:
@${RM} -f ${WRKSRC}/Foundation/include/Poco/._Version.h
@ -61,4 +68,4 @@ post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*d
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*d.so.*
.include <bsd.port.mk>
.include <bsd.port.post.mk>