aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/spectools
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-10 05:38:32 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-10 05:38:32 +0000
commit7d8608ab13015da604725355ba888c212c9eb177 (patch)
tree74d9147b89d28cb3c65b13ef847fe70663415054 /net-mgmt/spectools
parent93cc5a0629ed3d9812bbda5c1097872843a63f14 (diff)
downloadports-7d8608ab13015da604725355ba888c212c9eb177.tar.gz
ports-7d8608ab13015da604725355ba888c212c9eb177.zip
Notes
Diffstat (limited to 'net-mgmt/spectools')
-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