From a5d8832659e13dfb1c78656e34c081d3e8dd7a5b Mon Sep 17 00:00:00 2001 From: tsarna Date: Tue, 22 Sep 1998 16:13:33 +0000 Subject: alpha->vax, since Alpha now works for Python dynamicly loaded modules, but VAX never has. --- math/py-Numeric/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/py-Numeric') diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index 764c3313136..75d0e40d089 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:11 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1998/09/22 16:13:34 tsarna Exp $ DISTNAME= LLNLPython4 PKGNAME= py-Numeric-1.3 @@ -16,7 +16,7 @@ ALL_TARGET= default MAKE_FLAGS= 'OPT=${CFLAGS}' DOCDIR= ${PREFIX}/share/doc/py-Numeric -.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "alpha" +.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "vax" IGNORE="Needs dynamic loading" .endif -- cgit v1.2.3