diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-25 09:32:38 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-25 09:32:38 +0000 |
commit | d26f938d06d6071a5ea442b969de24a933c0cab6 (patch) | |
tree | fcb4dba770a46892aa4a6d8e2d08b7bd19843e82 /lang | |
parent | 3a82b9805b66e2de1ba0b918f8197466ff908622 (diff) | |
download | pkgsrc-d26f938d06d6071a5ea442b969de24a933c0cab6.tar.gz |
Remove NOT_FOR_BULK_PLATFORM for SunOS, it builds in under 10 minutes
on modern hardware.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/stalin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/stalin/Makefile b/lang/stalin/Makefile index b67522930a2..79b2ea81450 100644 --- a/lang/stalin/Makefile +++ b/lang/stalin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2014/04/30 14:19:41 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2014/09/25 09:32:38 jperkin Exp $ DISTNAME= stalin-0.9 PKGREVISION= 7 @@ -13,7 +13,6 @@ COMMENT= Aggressively optimizing Scheme compiler # Only ported to these 4 archs ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc *-*-alpha *-*-mips -NOT_FOR_BULK_PLATFORM= SunOS-*-* UNLIMIT_RESOURCES= stacksize datasize |