aboutsummaryrefslogtreecommitdiff
path: root/math/arpack
diff options
context:
space:
mode:
Diffstat (limited to 'math/arpack')
-rw-r--r--math/arpack/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile
index 1a92c418835e..1f1983a6d2c8 100644
--- a/math/arpack/Makefile
+++ b/math/arpack/Makefile
@@ -47,6 +47,10 @@ PICFLAG?= -fPIC
PICFLAG?= -fpic
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Does not install on sparc64
+.endif
+
USE_FORTRAN= yes
WRKSRC= ${WRKDIR}/ARPACK