diff options
author | gahr <gahr@FreeBSD.org> | 2009-05-15 16:08:13 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-05-15 16:08:13 +0800 |
commit | 89a83428bb88fe387c5322c99222f0171540a3a4 (patch) | |
tree | 6dc98fdd03caf3a5451c04aef5051678136d5071 /math | |
parent | 9722f44cd58b5491d17c6e84b8c1de98e3818a0c (diff) | |
download | freebsd-ports-gnome-89a83428bb88fe387c5322c99222f0171540a3a4.tar.gz freebsd-ports-gnome-89a83428bb88fe387c5322c99222f0171540a3a4.tar.zst freebsd-ports-gnome-89a83428bb88fe387c5322c99222f0171540a3a4.zip |
- Unbreak on sparc64. It builds and links fine.
Diffstat (limited to 'math')
-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} |