aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse
diff options
context:
space:
mode:
Diffstat (limited to 'math/suitesparse')
-rw-r--r--math/suitesparse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index b1840158c4fd..3ea2424fabea 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -53,6 +53,7 @@ LAPACK= -pthread -lalapack_r
.if ${ARCH} == "sparc64" || ${ARCH} == "amd64"
FPIC= -fPIC
+BROKEN= Does not link on sparc64
.else
FPIC= -fpic
.endif