diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-08-17 04:08:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-08-17 04:08:37 +0000 |
commit | f6b870dcaf28b719a0020750d9d83ac46e921ff3 (patch) | |
tree | 8d0b3e7c7e6e060b5e2873561bb0836f04987990 /net-mgmt/spectools | |
parent | c08fa86ad817f539a1e6e36c5a776e4ae598e864 (diff) |
Notes
Diffstat (limited to 'net-mgmt/spectools')
-rw-r--r-- | net-mgmt/spectools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/spectools/Makefile b/net-mgmt/spectools/Makefile index fbb094bc6916..fda6518ac284 100644 --- a/net-mgmt/spectools/Makefile +++ b/net-mgmt/spectools/Makefile @@ -57,6 +57,10 @@ IGNORE= is unsupported on systems prior to FreeBSD v700027 LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb .endif +.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000 +BROKEN= Does not build on sparc64-8: duplicate definition of malloc +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spectool_net ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/spectool_raw ${PREFIX}/bin |