aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-13 23:20:54 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-13 23:20:54 +0000
commit7ade13d3b229771c82ef3550846864f4c0886799 (patch)
treeaf5afc11e4973ca8cbbcf4216070099f7fc25870 /math
parent1e335ec0667ef4ce97b05814f6926664cd00b911 (diff)
downloadports-7ade13d3b229771c82ef3550846864f4c0886799.tar.gz
ports-7ade13d3b229771c82ef3550846864f4c0886799.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/scilab/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 9d9e44e1e48f..9614b8ed0e81 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -83,8 +83,8 @@ MAKE_ENV+= BLAS_LIBS="-L${LOCALBASE}/lib ${BLAS_LIBS}"
USE_GCC= 3.2
.endif
-.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 || ${ARCH} == "sparc64"
-BROKEN= does not compile on alpha 5.x or sparc64
+.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= does not compile on alpha 5.x, ia64, or sparc64
.endif
post-patch: