aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2009-11-30 18:07:29 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2009-11-30 18:07:29 +0000
commit2a0b22d7522789a8f2ca29b1c8f874ba7721a8a6 (patch)
tree59b91b2aed3ff93d7fe31cdb9b77f59783695915 /dns
parent09d9c5f6f4be5b7022745cc29577a30c78c41066 (diff)
downloadports-2a0b22d7522789a8f2ca29b1c8f874ba7721a8a6.tar.gz
ports-2a0b22d7522789a8f2ca29b1c8f874ba7721a8a6.zip
Notes
Diffstat (limited to 'dns')
-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