aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-11-10 13:38:32 +0800
committerlinimon <linimon@FreeBSD.org>2011-11-10 13:38:32 +0800
commitb0e0c5c5c79b4e9052d3ba109257efaf8c8ba7bf (patch)
treea6616d42102d9110db873f80c94af0e1b6729603 /net-mgmt
parent1f81d2c2f2aa6de6026d284352107a81125733d5 (diff)
downloadfreebsd-ports-gnome-b0e0c5c5c79b4e9052d3ba109257efaf8c8ba7bf.tar.gz
freebsd-ports-gnome-b0e0c5c5c79b4e9052d3ba109257efaf8c8ba7bf.tar.zst
freebsd-ports-gnome-b0e0c5c5c79b4e9052d3ba109257efaf8c8ba7bf.zip
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/spectools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/spectools/Makefile b/net-mgmt/spectools/Makefile
index 53737d08edc4..a910ed35dc28 100644
--- a/net-mgmt/spectools/Makefile
+++ b/net-mgmt/spectools/Makefile
@@ -58,11 +58,11 @@ IGNORE= is unsupported on systems prior to FreeBSD v700027
LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb
.endif
-.if ${ARCH} == "sparc64"
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
.if ${OSVERSION} > 800000
-BROKEN= Does not build on sparc64-8: duplicate definition of malloc
+BROKEN= Does not build: duplicate definition of malloc
.else
-BROKEN= Does not compile on sparc64: fails to build wispy_hw_dbx.c
+BROKEN= Does not compile: fails to build wispy_hw_dbx.c
.endif
.endif