mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Mark as broke on sparc64-9: fails to load.
Hat: portmgr
This commit is contained in:
parent
1866cd87b1
commit
65ad0d4766
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287857
@ -35,6 +35,10 @@ FPIC= -fPIC
|
||||
.else
|
||||
FPIC= -fpic
|
||||
.endif
|
||||
.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000
|
||||
BROKEN= Does not load on sparc64-9
|
||||
.endif
|
||||
|
||||
SVERSION=1
|
||||
WRKSRC_SHARED=${WRKSRC}_shared
|
||||
CFLAGS_SHARED=${CFLAGS} ${FPIC}
|
||||
|
Loading…
Reference in New Issue
Block a user