diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-26 22:19:40 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-26 22:19:40 +0000 |
commit | b6f26065d5e08bc9ee30177815d18d88c03a6415 (patch) | |
tree | c0fac412b9afe570eafad50acc24f0e68f43c56e /lang/stalin | |
parent | f65b2db7e0db087ff13994137f6e8b0ce90c910c (diff) | |
download | pkgsrc-b6f26065d5e08bc9ee30177815d18d88c03a6415.tar.gz |
Mark as not for bulk building on SunOS.
Diffstat (limited to 'lang/stalin')
-rw-r--r-- | lang/stalin/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/stalin/Makefile b/lang/stalin/Makefile index 9a75694ef88..799e79d9e94 100644 --- a/lang/stalin/Makefile +++ b/lang/stalin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2008/05/26 16:47:21 tnn Exp $ +# $NetBSD: Makefile,v 1.34 2008/05/26 22:19:40 tnn Exp $ DISTNAME= stalin-0.9 PKGREVISION= 5 @@ -12,6 +12,7 @@ COMMENT= Aggressively optimizing Scheme compiler # Only ported to these 4 archs ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc *-*-alpha *-*-mips +NOT_FOR_BULK_PLATFORM= SunOS-*-* PKG_DESTDIR_SUPPORT= user-destdir @@ -24,12 +25,6 @@ CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O0/} .endif CPPFLAGS+= -I${BUILDLINK_PREFIX.boehm-gc}/include/gc -.include "../../mk/compiler.mk" - -.if !empty(PKGSRC_COMPILER:Msunpro) -BROKEN= Sorry, sunpro isn't supported for this package. -.endif - INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 post-patch: |