diff options
author | dholland <dholland> | 2015-01-04 03:31:07 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-01-04 03:31:07 +0000 |
commit | ddc4274ff2a947dc76959e5e573c3035bd59d55c (patch) | |
tree | d3ca9c3b2063d30ffa0491cd254700f32c26421e /lang | |
parent | 0c3f33ec90fcffc805ae2b946f3af534b733bc0c (diff) | |
download | pkgsrc-ddc4274ff2a947dc76959e5e573c3035bd59d55c.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')
-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 |