summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-02-01 12:11:52 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-02-01 12:11:52 +0000
commite2159008ed21249d25f50c75e296e636e7337e5c (patch)
tree0c122390cdc1294017d076257819a2621dfd330a /math
parentMark as broken on sparc64: fails to compile. (diff)
Mark as broken on sparc64: fails to link.
Notes
Notes: svn path=/head/; revision=206577
Diffstat (limited to 'math')
-rw-r--r--math/lapack/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index c7a6adfe5913..0b724908f1cb 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -30,6 +30,10 @@ FPIC= -fPIC
FPIC= -fpic
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Fails to link
+.endif
+
WRKSRC_SHARED=${WRKSRC}_shared
FFLAGS_SHARED=${FPIC}
WRKSRC_PROFILE=${WRKSRC}_profile