summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
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