diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2006-09-18 16:37:21 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2006-09-18 16:37:21 +0000 |
commit | 0851ff5721b7be4487d00ab4c6186782f661c8ff (patch) | |
tree | 147b369b6f78c1cd8468a91f03174c624e50f70d /math | |
parent | 990b7ce6854c933b927e7e0c557fd34a613f9516 (diff) |
Mark as BROKEN on amd64 -CURRENT, too.
Noticed by: pointyhat/kris
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=173341
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab/Makefile | 5 |
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: |