diff options
author | pooka <pooka> | 2000-01-10 22:09:15 +0000 |
---|---|---|
committer | pooka <pooka> | 2000-01-10 22:09:15 +0000 |
commit | 53399bf6ee7c860ababeadbc0b221ef60e0d1a5e (patch) | |
tree | d1fdc1058a33b4750235d9cdfd5e75d6a65aa6dc /lang/mzscheme/patches/patch-ab | |
parent | 8def60da40952f36fe8a95fae083fa72fd125fd6 (diff) | |
download | pkgsrc-53399bf6ee7c860ababeadbc0b221ef60e0d1a5e.tar.gz |
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.
Diffstat (limited to 'lang/mzscheme/patches/patch-ab')
-rw-r--r-- | lang/mzscheme/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/mzscheme/patches/patch-ab b/lang/mzscheme/patches/patch-ab new file mode 100644 index 00000000000..60ecdfa9df5 --- /dev/null +++ b/lang/mzscheme/patches/patch-ab @@ -0,0 +1,14 @@ +$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" "$@" + ;; |