aboutsummaryrefslogtreecommitdiffstats
path: root/dns/unbound
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2010-02-02 23:34:31 +0800
committersem <sem@FreeBSD.org>2010-02-02 23:34:31 +0800
commit9f8f7ed125e583a481730e8919fd75f5b92b90a2 (patch)
tree9413135caa6eafaac112a4e03c848546b5caf0c3 /dns/unbound
parentf8a7e8412d7c0c2288190d8fa5246fdd085d1f44 (diff)
downloadfreebsd-ports-gnome-9f8f7ed125e583a481730e8919fd75f5b92b90a2.tar.gz
freebsd-ports-gnome-9f8f7ed125e583a481730e8919fd75f5b92b90a2.tar.zst
freebsd-ports-gnome-9f8f7ed125e583a481730e8919fd75f5b92b90a2.zip
- OpenSSL has no sha256 functions on 6.x
Reported by: Michael Meelis <m.meelis at easybow.com>
Diffstat (limited to 'dns/unbound')
-rw-r--r--dns/unbound/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index 5cf35703b851..27ad8cb06130 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -52,8 +52,8 @@ PYTHON= "@comment "
.include <bsd.port.pre.mk>
-# broken OpenSSL on 6.4
-.if ${OSVERSION} >= 604000 && ${OSVERSION} < 700000
+# OpenSSL on 6.x has no sha256 functions
+.if ${OSVERSION} < 700000
CONFIGURE_ARGS+= --disable-sha2
.endif