pkgsrc/lang/mzscheme/patches/patch-aj
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-aj,v 1.1.1.1 2000/01/10 22:09:15 pooka Exp $
--- ../../collects/slibinit/init.ss.orig Thu Apr 22 19:21:19 1999
+++ ../../collects/slibinit/init.ss Sun Jan 9 00:00:34 2000
@@ -46,7 +46,7 @@
[(base name dir?) (split-path base)])
(and (string? base) base))))
(case (system-type)
- ((unix) "/usr/local/lib/plt")
+ ((unix) "XXXPREFIXXXX/lib/plt")
((windows) "C:\\Program Files\\PLT")
((macos) "My Disk:plt:")))])
(lambda () path)))