summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-06 18:24:12 +0000
committerjoerg <joerg>2010-01-06 18:24:12 +0000
commit3415cfbbc93d51ee0b9245b8fd5ad16b35065cc7 (patch)
tree87eb3fe250649716e5fadfcfef7d909d88895806 /math
parent814c6983d30d1ff100148ff0c6c23a9b504df8cb (diff)
downloadpkgsrc-3415cfbbc93d51ee0b9245b8fd5ad16b35065cc7.tar.gz
Tends to go into infinite loops on 64bit platforms as confirmed on
AMD64, SPARC64 and Alpha by various bulk builders.
Diffstat (limited to 'math')
-rw-r--r--math/scilab/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 08eb38aaea7..a3552d02724 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2009/12/03 13:06:55 asau Exp $
+# $NetBSD: Makefile,v 1.81 2010/01/06 18:24:12 joerg Exp $
#
DISTNAME= ${SCIBASE}-src
@@ -18,9 +18,7 @@ SCIBASE= scilab-4.1
# SCIBASE is updated.
WRKSRC= ${WRKDIR}/${SCIBASE}
-#needs FPC code not found in older versions of NetBSD
-NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \
- NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha
+NOT_FOR_PLATFORM+= ${LP64PLATFORMS}
USE_LANGUAGES= c fortran
USE_X11BASE= yes