diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-04 03:31:07 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-04 03:31:07 +0000 |
commit | 8dc20ebabba234ac4f3ca5df563da764df45130d (patch) | |
tree | d3ca9c3b2063d30ffa0491cd254700f32c26421e /lang/scheme48 | |
parent | 3faad3ed7d73c0580a9b401e40aeecd5bd67991e (diff) | |
download | pkgsrc-8dc20ebabba234ac4f3ca5df563da764df45130d.tar.gz |
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.
Diffstat (limited to 'lang/scheme48')
-rw-r--r-- | lang/scheme48/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |