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

13 lines
505 B
Text

$NetBSD: patch-ai,v 1.1.1.1 2000/01/10 22:09:15 pooka Exp $
--- ../../collects/mzlib/restartr.ss.orig Thu Mar 11 17:13:43 1999
+++ ../../collects/mzlib/restartr.ss Sat Jan 8 23:58:48 2000
@@ -144,7 +144,7 @@
(lambda () (find-executable-path program "collects"))
(lambda ()
(case (system-type)
- [(unix beos) "/usr/local/lib/plt/collects"]
+ [(unix beos) "XXXPREFIXXXX/lib/plt/collects"]
[(windows) "c:\\plt\\collects"]
[else #f]))))
null)))))