aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-12-04 06:03:12 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-12-04 06:03:12 +0000
commit42e81dc7e1dbb4036ac06cdb22d511699b156628 (patch)
tree07c5b71d376875d3b677b9312ecee0fb59b64d7f /net-mgmt
parent9c696ebc3e26f8d042b9019c615c669d3ac75bd3 (diff)
downloadports-42e81dc7e1dbb4036ac06cdb22d511699b156628.tar.gz
ports-42e81dc7e1dbb4036ac06cdb22d511699b156628.zip
Now broken a different way on sparc64-7.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=245182
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/spectools/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-mgmt/spectools/Makefile b/net-mgmt/spectools/Makefile
index fda6518ac284..188e414c18e4 100644
--- a/net-mgmt/spectools/Makefile
+++ b/net-mgmt/spectools/Makefile
@@ -57,8 +57,12 @@ IGNORE= is unsupported on systems prior to FreeBSD v700027
LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb
.endif
-.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000
+.if ${ARCH} == "sparc64"
+.if ${OSVERSION} > 800000
BROKEN= Does not build on sparc64-8: duplicate definition of malloc
+.else
+BROKEN= Does not compile on sparc64: fails to build wispy_hw_dbx.c
+.endif
.endif
do-install: