pkgsrc/lang/mzscheme/patches/patch-ab
pooka da746ae526 Import mzscheme-101, an almost R5RS-compliant scheme intepreter with
compiler included. Uses the boehm garbage collector.

A big thanks goes to all who made devel/boehm-gc available. Modifying
patches for a specific use is much easier than reinventing them!

Note: I've marked this as i386-only, since it acted a little flacky on
alpha and sparc. In theory support for at least those platforms supported
by the garbage collector is possible. You are welcome to try.
2000-01-10 22:09:15 +00:00

14 lines
378 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2000/01/10 22:09:15 pooka Exp $
--- mzmake.orig Thu Oct 21 22:06:11 1999
+++ mzmake Thu Dec 30 17:23:33 1999
@@ -37,6 +37,9 @@
make "$@" $GCOPTS RANLIB=':' CC='cc' WARN=''
fi
;;
+ NetBSD)
+ gmake 'CC=gcc' 'PERL=' 'OPTIONS=-DSILENT' $GCOPTS "$@"
+ ;;
FreeBSD)
gmake 'CC=gcc' $GCOPTS LIBS="-lm -rdynamic" "$@"
;;