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-03 06:11:46 +00:00
parent 6193688ea2
commit 6d2a08e3e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497641

View File

@ -35,7 +35,14 @@ ASSERT_CONFIGURE_ENABLE= assert
CNC_DEBUG_CONFIGURE_ENABLE= cnc-debug
STOMP_DEBUG_CONFIGURE_ENABLE= stomp-debug
.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/json/json-c/ -e s/-Werror// ${WRKSRC}/configure
.include <bsd.port.mk>
.include <bsd.port.post.mk>