aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-06 19:41:10 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-06 19:41:10 +0000
commit029363f349c0e25886f3c901ded85a7e044f8ec0 (patch)
treea1123958ad96df2f7a6364c4af39e3ebd798be3d /net
parent52d88a9312fda2474e60f1e25329b4318cd38b2a (diff)
downloadports-029363f349c0e25886f3c901ded85a7e044f8ec0.tar.gz
ports-029363f349c0e25886f3c901ded85a7e044f8ec0.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/gogoc/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/gogoc/Makefile b/net/gogoc/Makefile
index d09ada31978c..3ccc8e7aa744 100644
--- a/net/gogoc/Makefile
+++ b/net/gogoc/Makefile
@@ -25,6 +25,11 @@ SUB_LIST= LOCALBASE=${LOCALBASE}
.include <bsd.port.options.mk>
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= incomplete definition of type 'struct dsa_st'
+BROKEN_FreeBSD_13= incomplete definition of type 'struct dsa_st'
+.endif
+
do-install:
cd ${WRKSRC}/gogoc-tsp/ && ${SETENV} ${MAKE_ENV} DESTDIR=${STAGEDIR} \
${MAKE_CMD} platform=freebsd installdir=${STAGEDIR}${PREFIX} install