aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-07-16 05:37:11 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-07-16 05:37:11 +0000
commit23a68915ac16139023cd347cce553f62b23e80e0 (patch)
tree8baed072943aa9e49492937f3d3ea019bc178846 /math/suitesparse
parent51962c4ac8a0c40f29d788ab7f69635abea97ec2 (diff)
downloadports-23a68915ac16139023cd347cce553f62b23e80e0.tar.gz
ports-23a68915ac16139023cd347cce553f62b23e80e0.zip
Mark as broken on sparc64: does not link.
Notes
Notes: svn path=/head/; revision=277783
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