aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-03 08:54:03 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-03 08:54:03 +0000
commitdc00bd6e564ce1c907eb9d553296edc67cbcd145 (patch)
tree3555fb1553ce13b74ecbf64c4cd30c07297fe9ee /finance
parent1f8836436a8be9190e76e31c1cb114ebed4c860d (diff)
downloadports-dc00bd6e564ce1c907eb9d553296edc67cbcd145.tar.gz
ports-dc00bd6e564ce1c907eb9d553296edc67cbcd145.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497688
Diffstat (limited to 'finance')
-rw-r--r--finance/openhbci/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/finance/openhbci/Makefile b/finance/openhbci/Makefile
index 88ad7a1dab9a..d777e679536e 100644
--- a/finance/openhbci/Makefile
+++ b/finance/openhbci/Makefile
@@ -23,10 +23,17 @@ CONFIGURE_ARGS+=--with-openssl-includes=${OPENSSLINC} \
WRKSRC= ${WRKDIR}/${PORTNAME}-0.9.17
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= error: incomplete definition of type 'struct ssl_cipher_st'
+BROKEN_FreeBSD_13= error: incomplete definition of type 'struct ssl_cipher_st'
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-lstdc++||' \
${WRKSRC}/configure \
${WRKSRC}/src/openhbci/Makefile.in \
${WRKSRC}/src/openhbci/core/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>