Now broken a different way on sparc64-7.
Hat: portmgr
This commit is contained in:
parent
9c696ebc3e
commit
42e81dc7e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245182
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user