pkgsrc/lang/mzscheme/patches/patch-ak
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

11 lines
461 B
Text

$NetBSD: patch-ak,v 1.1.1.1 2000/01/10 22:09:15 pooka Exp $
--- src/makeexn.orig Tue Dec 15 21:13:56 1998
+++ src/makeexn Sun Jan 9 00:02:04 2000
@@ -1,5 +1,5 @@
#!/bin/sh
-string=? ; if [ "$PLTHOME" = "" ] ; then PLTHOME=/usr/local/lib/plt ; export PLTHOME ; fi
+string=? ; if [ "$PLTHOME" = "" ] ; then PLTHOME=XXXPREFIXXXX/lib/plt ; export PLTHOME ; fi
string=? ; exec ${PLTHOME}/bin/mzscheme -gqr $0 "$@"
(define doc? (and (= (vector-length argv) 1)