aboutsummaryrefslogtreecommitdiff
path: root/dns/unbound
diff options
context:
space:
mode:
Diffstat (limited to 'dns/unbound')
-rw-r--r--dns/unbound/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index c3c7c3d33b6a..9c392c8ee038 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -51,6 +51,11 @@ PYTHON= "@comment "
.include <bsd.port.pre.mk>
+# A workaround for broken OpenSSL on 6.4 amd64
+.if ${ARCH} == "amd64" && ${OSVERSION} >= 604000 && ${OSVERSION} < 700000
+CONFIGURE_ARGS+= --disable-sha2
+.endif
+
.if ${ARCH} == "sparc64" && ${OSVERSION} < 700000
BROKEN= Does not build on sparc64-6
.endif