diff options
Diffstat (limited to 'net-mgmt/spectools/Makefile')
-rw-r--r-- | net-mgmt/spectools/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-mgmt/spectools/Makefile b/net-mgmt/spectools/Makefile index fda6518ac28..188e414c18e 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: |