mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue