pkgsrc/lang/mzscheme/patches/patch-aj
pooka 4d583e0c89 Upgrade to mzscheme 205, patches provided by
Jesper Louis Andersen <jlouis@mongers.org> in private email.

No earth-shattering changes, just a long list of bugfixes and minor
twiddles and additions.  For a complete list, see plt/notes/mzscheme/HISTORY
2003-12-23 23:57:16 +00:00

13 lines
495 B
Text

$NetBSD: patch-aj,v 1.3 2003/12/23 23:57:16 pooka Exp $
--- ../collects/slibinit/init.ss.orig 2003-12-21 21:02:43.000000000 +0100
+++ ../collects/slibinit/init.ss
@@ -55,7 +55,7 @@
[(base name dir?) (split-path base)])
(and (string? base) base))))
(case (system-type)
- ((unix macosx) "/usr/local/lib/plt")
+ ((unix macosx) "XXXPREFIXXXX/lib/plt")
((windows) "C:\\Program Files\\PLT")
((macos) "My Disk:plt:")))])
(lambda () path)))