aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/suitesparse/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 3ea2424fabea..d5e2a3086efa 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -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