summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2002-11-13 19:41:46 +0000
committeragc <agc>2002-11-13 19:41:46 +0000
commitf137ab8aa9020bb9abe40e7aa183b7e83e60321f (patch)
tree91447822eb9fb71464772ca481ca368c4ad47a6c
parent27d3c1689a64e4886a81bc2be755f20cb79ddf03 (diff)
downloadpkgsrc-f137ab8aa9020bb9abe40e7aa183b7e83e60321f.tar.gz
Pullup the differences between versions 1.13 and 1.14 of
pkgsrc/lang/stalin/Makefile to the netbsd-1-6 pkgsrc branch. Requested by Dan Mcmahill. Decrease optimization level on sparc and also unlimit resources to allow this to compile.
-rw-r--r--lang/stalin/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/lang/stalin/Makefile b/lang/stalin/Makefile
index 942e73e3d21..c870c776a5c 100644
--- a/lang/stalin/Makefile
+++ b/lang/stalin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/01/27 00:38:56 jmc Exp $
+# $NetBSD: Makefile,v 1.12.8.1 2002/11/13 19:41:46 agc Exp $
DISTNAME= stalin-0.9
CATEGORIES= lang
@@ -11,6 +11,13 @@ COMMENT= Aggressively optimizing Scheme compiler
# Only ported to these 4 archs
ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc *-*-alpha *-*-mips
+UNLIMIT_RESOURCES= stacksize datasize
+
+.include "../../mk/bsd.prefs.mk"
+
+.if (${MACHINE_ARCH} == "sparc")
+CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O0/}
+.endif
DEPENDS+= boehm-gc-[0-9]*:../../devel/boehm-gc