aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-03-18 12:38:28 +0800
committerlinimon <linimon@FreeBSD.org>2009-03-18 12:38:28 +0800
commitc08d8c9c84976b3bc3c3a2b08493e795b6c167f3 (patch)
tree439ab2062d52c22da2cb66ebdd9847d7f6892df5 /dns
parent7847901daa8b0974904d9beb4f4c4821c59ec329 (diff)
downloadfreebsd-ports-c08d8c9c84976b3bc3c3a2b08493e795b6c167f3.tar.gz
freebsd-ports-c08d8c9c84976b3bc3c3a2b08493e795b6c167f3.tar.zst
freebsd-ports-c08d8c9c84976b3bc3c3a2b08493e795b6c167f3.zip
Mark as broken on sparc64-6.
Diffstat (limited to 'dns')
-rw-r--r--dns/unbound/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index ea2d2fa415a1..09e835a2e45d 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -38,6 +38,10 @@ OPTIONS= LIBEVENT "is useful when using many (10000) outgoing ports" off \
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64" && ${OSVERSION} < 700000
+BROKEN= Does not build on sparc64-6
+.endif
+
.if defined(WITH_LIBEVENT)
LIB_DEPENDS+= event-1.4:${PORTSDIR}/devel/libevent
CONFIGURE_ARGS+= --with-libevent=${LOCALBASE}