mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Mark as broken _only_ on sparc64.
Pointy hat to: linimon
This commit is contained in:
parent
9b77d2af8d
commit
18e35600db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277828
1 changed files with 4 additions and 1 deletions
|
@ -53,11 +53,14 @@ LAPACK= -pthread -lalapack_r
|
|||
|
||||
.if ${ARCH} == "sparc64" || ${ARCH} == "amd64"
|
||||
FPIC= -fPIC
|
||||
BROKEN= Does not link on sparc64
|
||||
.else
|
||||
FPIC= -fpic
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not link on sparc64
|
||||
.endif
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USE_GMAKE= yes
|
||||
USE_FORTRAN= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue