summaryrefslogtreecommitdiff
path: root/lang/mzscheme/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mzscheme/patches/patch-aj')
-rw-r--r--lang/mzscheme/patches/patch-aj13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/mzscheme/patches/patch-aj b/lang/mzscheme/patches/patch-aj
deleted file mode 100644
index 09771c6efe5..00000000000
--- a/lang/mzscheme/patches/patch-aj
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aj,v 1.5 2007/06/07 13:01:35 pooka Exp $
-
---- collects/slibinit/init.ss.orig 2007-04-24 16:17:52.000000000 +0200
-+++ collects/slibinit/init.ss 2007-04-24 16:19:07.000000000 +0200
-@@ -55,7 +55,7 @@
- [(base name dir?) (split-path base)])
- (and (path? base) (path->string 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)))