summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-05-20 23:53:49 +0000
committercjep <cjep@pkgsrc.org>2002-05-20 23:53:49 +0000
commit7b2dd089190a7bcc8eb24d3a24cab1940549855f (patch)
tree7842682a160d7f003900c259ca1eb87c97b038d8 /math
parent7b47d7c5e4b6a749f6202d79121d0216eec4d474 (diff)
downloadpkgsrc-7b2dd089190a7bcc8eb24d3a24cab1940549855f.tar.gz
Mark this package as broken for arm32. The package does not build due
to an internal compiler error, even with gcc-2.95.3: genbet.f:247: internal error--unrecognizable insn: (insn 56 54 57 (set (reg:SF 1 r1) (const_double:SF (mem/u:SF (symbol_ref/u:SI ("*LC4")) 0) 60635201 [0x39d3841] 16384 [0x4000] [2.928064102298758e-291])) -1 (nil) (expr_list:REG_EQUAL (const_double:SF (mem/u:SF (symbol_ref/u:SI ("*LC4")) 0) 60635201 [0x39d3841] 16384 [0x4000] [2.928064102298758e-291]) (nil)))
Diffstat (limited to 'math')
-rw-r--r--math/octave-current/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile
index ef033179b94..e56d0dbdfd1 100644
--- a/math/octave-current/Makefile
+++ b/math/octave-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/03/13 17:37:24 fredb Exp $
+# $NetBSD: Makefile,v 1.14 2002/05/20 23:53:49 cjep Exp $
DISTNAME= octave-2.1.33
PKGNAME= octave-2.1.34
@@ -22,6 +22,10 @@ BUILD_DEPENDS+= teTeX>=1.0.7:../../print/teTeX
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
DEPENDS+= readline>=4.0:../../devel/readline
+.if (${MACHINE_ARCH} == "arm32")
+BROKEN= Internal compiler error occurs on arm32 (even with gcc-2.95.3)
+.endif
+
USE_X11= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes