Merge from vendor branch tnftp:
[pkgsrc.git] / lang / mzscheme / patches / patch-ai
1 $NetBSD$
2
3 --- ../../collects/mzlib/restartr.ss.orig       Thu Mar 11 17:13:43 1999
4 +++ ../../collects/mzlib/restartr.ss    Sat Jan  8 23:58:48 2000
5 @@ -144,7 +144,7 @@
6                           (lambda () (find-executable-path program "collects"))
7                           (lambda ()
8                             (case (system-type)
9 -                             [(unix beos) "/usr/local/lib/plt/collects"]
10 +                             [(unix beos) "XXXPREFIXXXX/lib/plt/collects"]
11                               [(windows) "c:\\plt\\collects"]
12                               [else #f]))))
13                         null)))))