diff options
Diffstat (limited to 'math/lapack95/Makefile')
-rw-r--r-- | math/lapack95/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/lapack95/Makefile b/math/lapack95/Makefile index 4da74ae9664f..e805a87c8e7a 100644 --- a/math/lapack95/Makefile +++ b/math/lapack95/Makefile @@ -20,6 +20,7 @@ COMMENT= LAPACK95, Fortran90/95 wrapper for LAPACK .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" PICFLAG?= -fPIC +BROKEN= Does not link on sparc64 .else PICFLAG?= -fpic .endif |