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 | cc7bb4f5adda0720bd0455e912bbf9d6a10f4610 (patch) | |
tree | d3ca9c3b2063d30ffa0491cd254700f32c26421e | |
parent | 803fe35777716c2cb43d931926887504184605c6 (diff) | |
download | pkgsrc-cc7bb4f5adda0720bd0455e912bbf9d6a10f4610.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.
-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 |