aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-07-17 13:50:13 +0800
committerlinimon <linimon@FreeBSD.org>2011-07-17 13:50:13 +0800
commitb6b027f775301478daec9c0fbcacb7dd15023dbd (patch)
tree8f695d0dab2282730893590bdd77c736ad6c8713 /math
parentada147edb250fb6428f41d430d2e91574bd84e82 (diff)
downloadfreebsd-ports-gnome-b6b027f775301478daec9c0fbcacb7dd15023dbd.tar.gz
freebsd-ports-gnome-b6b027f775301478daec9c0fbcacb7dd15023dbd.tar.zst
freebsd-ports-gnome-b6b027f775301478daec9c0fbcacb7dd15023dbd.zip
Mark as broken _only_ on sparc64.
Pointy hat to: linimon
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