diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-03 06:11:46 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-03 06:11:46 +0000 |
commit | 6d2a08e3e1190214da7526b6d23df407f0eb25c4 (patch) | |
tree | b8d89235993cf449ee7bf07087d04946d5a35bab | |
parent | 6193688ea267807f3e7e2638528cdd548fd4faab (diff) | |
download | ports-6d2a08e3e1190214da7526b6d23df407f0eb25c4.tar.gz ports-6d2a08e3e1190214da7526b6d23df407f0eb25c4.zip |
Notes
-rw-r--r-- | security/razorback-api/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/security/razorback-api/Makefile b/security/razorback-api/Makefile index c93cb2fca91e..5db644d18a68 100644 --- a/security/razorback-api/Makefile +++ b/security/razorback-api/Makefile @@ -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> |