From 0851ff5721b7be4487d00ab4c6186782f661c8ff Mon Sep 17 00:00:00 2001 From: Stefan Walter Date: Mon, 18 Sep 2006 16:37:21 +0000 Subject: Mark as BROKEN on amd64 -CURRENT, too. Noticed by: pointyhat/kris Approved by: maintainer --- math/scilab/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'math/scilab/Makefile') 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: -- cgit v1.2.3