1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
This commit is contained in:
Antoine Brodin 2019-04-05 05:58:30 +00:00
parent 2d707d11a1
commit 095dd33afa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497929

View File

@ -23,7 +23,14 @@ GSF_DESC?= GSF support (enables signing of e.g. MSI files)
GSF_CONFIGURE_WITH= gsf
GSF_LIB_DEPENDS= libgsf-1.so:devel/libgsf
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
BROKEN_FreeBSD_13= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
.endif
post-patch:
${TOUCH} ${WRKSRC}/stamp-h1 ${WRKSRC}/config.h.in
.include <bsd.port.mk>
.include <bsd.port.post.mk>