Mark as broken _only_ on sparc64.

Pointy hat to:	linimon
This commit is contained in:
Mark Linimon 2011-07-17 05:50:13 +00:00
parent 9b77d2af8d
commit 18e35600db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277828

View file

@ -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