diff options
author | stefan <stefan@FreeBSD.org> | 2006-09-19 00:37:21 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2006-09-19 00:37:21 +0800 |
commit | 5672363d53cce8bd4eddc7978de8510ed12a927e (patch) | |
tree | a21f2168c20abf638874a0ee50a1c0d4e35683d6 /math/scilab/Makefile | |
parent | b5e32e8b7be57a5d11fbb638523cffb97e9eaf2b (diff) | |
download | freebsd-ports-gnome-5672363d53cce8bd4eddc7978de8510ed12a927e.tar.gz freebsd-ports-gnome-5672363d53cce8bd4eddc7978de8510ed12a927e.tar.zst freebsd-ports-gnome-5672363d53cce8bd4eddc7978de8510ed12a927e.zip |
Mark as BROKEN on amd64 -CURRENT, too.
Noticed by: pointyhat/kris
Approved by: maintainer
Diffstat (limited to 'math/scilab/Makefile')
-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: |