From 8dc20ebabba234ac4f3ca5df563da764df45130d Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 4 Jan 2015 03:31:07 +0000 Subject: Remove alpha restriction from 1998 - even if it had 'severe' problems then, we've apparently never bumped into 64-bit issues on amd64 so it's probably been fixed upstream. --- lang/scheme48/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lang/scheme48') diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index 02b1b27c8a6..48565281a87 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2014/12/12 10:52:33 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2015/01/04 03:31:07 dholland Exp $ DISTNAME= scheme48-1.9 PKGREVISION= 1 @@ -11,8 +11,6 @@ HOMEPAGE= http://s48.org/ COMMENT= The Scheme Underground implementation of R5RS LICENSE= modified-bsd -NOT_FOR_PLATFORM= *-*-alpha # *severe* problems. Bus error, alignment - MAKE_JOBS_SAFE= no # bin/scheme-r5rs -- cgit v1.2.3