tweeks, and a new autoconf build system. The package now conflicts with any installed version of mzscheme as it builds with, and installs its own.
13 lines
494 B
Text
13 lines
494 B
Text
$NetBSD: patch-ai,v 1.2 2001/09/05 03:52:47 groo 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)))))
|