aboutsummaryrefslogtreecommitdiff
path: root/math/scilab/Makefile
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2006-09-18 16:37:21 +0000
committerStefan Walter <stefan@FreeBSD.org>2006-09-18 16:37:21 +0000
commit0851ff5721b7be4487d00ab4c6186782f661c8ff (patch)
tree147b369b6f78c1cd8468a91f03174c624e50f70d /math/scilab/Makefile
parent990b7ce6854c933b927e7e0c557fd34a613f9516 (diff)
downloadports-0851ff5721b7be4487d00ab4c6186782f661c8ff.tar.gz
ports-0851ff5721b7be4487d00ab4c6186782f661c8ff.zip
Notes
Diffstat (limited to 'math/scilab/Makefile')
-rw-r--r--math/scilab/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 0d38aaf41bc9..095ee921fb18 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -83,8 +83,9 @@ MAKE_ENV+= BLAS_LIBS="-L${LOCALBASE}/lib ${BLAS_LIBS}"
USE_GCC= 3.2
.endif
-.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
-BROKEN= does not compile on alpha 5.x, ia64, or sparc64
+.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 || ${ARCH} == "ia64" || \
+ ${ARCH} == "sparc64" || ${ARCH} == "amd64" && ${OSVERSION} >= 700000
+BROKEN= does not compile on alpha 5.x, ia64, sparc64 or amd64 -CURRENT
.endif
post-patch: