Merge from vendor branch tnf:
[pkgsrc.git] / lang / drscheme / patches / patch-aj
1 $NetBSD: patch-aj,v 1.1.1.1 2000/01/10 22:09:15 pooka Exp $
2
3 --- ../../collects/slibinit/init.ss.orig        Thu Apr 22 19:21:19 1999
4 +++ ../../collects/slibinit/init.ss     Sun Jan  9 00:00:34 2000
5 @@ -46,7 +46,7 @@
6                                [(base name dir?) (split-path base)])
7                    (and (string? base) base))))
8              (case (system-type)
9 -              ((unix) "/usr/local/lib/plt")
10 +              ((unix) "XXXPREFIXXXX/lib/plt")
11                ((windows) "C:\\Program Files\\PLT")
12                ((macos) "My Disk:plt:")))])
13      (lambda () path)))