diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-05-15 08:08:13 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-05-15 08:08:13 +0000 |
commit | f5afeefdb79b0eab91ca27a83e10c7f85b4827cb (patch) | |
tree | 38677ce3cb3afe5555f697c24e42a817219fb456 /math/lapack | |
parent | 92ca07b4ccdec9c868d17e6758be43598c1d6db1 (diff) |
Notes
Diffstat (limited to 'math/lapack')
-rw-r--r-- | math/lapack/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 80fd524c0a2b..435ad5dcfb6f 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -31,10 +31,6 @@ FPIC= -fPIC FPIC= -fpic .endif -.if ${ARCH} == "sparc64" -BROKEN= Fails to link -.endif - MANSRC=${WRKDIR}/lapack-3.2.0 WRKSRC_SHARED=${WRKSRC}_shared FFLAGS_SHARED=${FPIC} |