diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-current/Makefile | 7 | ||||
-rw-r--r-- | math/scilab/Makefile | 6 | ||||
-rw-r--r-- | math/xldlas/Makefile | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index d9a01a41a8f..00871984a97 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/06/02 01:18:29 jschauma Exp $ +# $NetBSD: Makefile,v 1.16 2003/06/11 20:50:56 abs Exp $ DISTNAME= octave-2.1.33 PKGNAME= octave-2.1.34 @@ -22,8 +22,9 @@ 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) +.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" +USE_GCC3=YES +. include "../../mk/gcc.buildlink2.mk" .endif USE_X11= yes diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 2fe5feb5bc7..e2828f5f4d6 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2003/06/02 14:05:06 abs Exp $ +# $NetBSD: Makefile,v 1.38 2003/06/11 20:50:56 abs Exp $ # DISTNAME= ${SCIBASE}.src @@ -62,8 +62,8 @@ post-install: ${RM} -f ${PREFIX}/lib/${PKGNAME}/config/Makeso.incl.in.orig ${RM} -f ${PREFIX}/lib/${PKGNAME}/macros/util/scipad.sci.orig -.if ${MACHINE_ARCH} == "arm32" -.include "../../mk/gcc.buildlink2.mk" +.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" +. include "../../mk/gcc.buildlink2.mk" .endif # the "SCI=0 && unset SCI" is done because some of the tests really will diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index fe90075bdc2..c26997a8f77 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/06/02 01:18:20 jschauma Exp $ +# $NetBSD: Makefile,v 1.17 2003/06/11 20:50:57 abs Exp $ # FreeBSD Id: Makefile,v 1.5 1998/09/26 23:18:07 steve Exp # @@ -14,8 +14,9 @@ MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://sunsite.math.klte.hu/mirrors/xldlas/ COMMENT= XForms-based statistics package -ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k \ - NetBSD-*-mipsel NetBSD-*-ns32k NetBSD-*-sparc NetBSD-*-powerpc +ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm NetBSD-*-arm32 \ + NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-mipsel \ + NetBSD-*-ns32k NetBSD-*-sparc NetBSD-*-powerpc USE_BUILDLINK2= yes USE_X11BASE= yes |