summaryrefslogtreecommitdiff
path: root/lang/umb-scheme/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/umb-scheme/patches/patch-ae')
-rw-r--r--lang/umb-scheme/patches/patch-ae22
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/umb-scheme/patches/patch-ae b/lang/umb-scheme/patches/patch-ae
new file mode 100644
index 00000000000..75d3cd36d58
--- /dev/null
+++ b/lang/umb-scheme/patches/patch-ae
@@ -0,0 +1,22 @@
+$NetBSD: patch-ae,v 1.1 2001/04/12 21:06:45 jtb Exp $
+
+--- SLIB-for-umb-scheme.init.orig Thu Apr 12 20:08:58 2001
++++ SLIB-for-umb-scheme.init
+@@ -40,7 +40,7 @@
+
+ (define (implementation-vicinity)
+ (case (software-type)
+- ((UNIX) "/usr/local/src/scheme/")
++ ((UNIX) "@PREFIX@/share/umb-scheme/")
+ ((VMS) "scheme$src:")
+ ((MS-DOS) "C:\\scheme\\")))
+
+@@ -55,7 +55,7 @@
+ ;; Use this path if your scheme does not support GETENV
+ ;; or if SCHEME_LIBRARY_PATH is not set.
+ (case (software-type)
+- ((UNIX) "/usr/local/lib/slib/")
++ ((UNIX) "@PREFIX@/share/umb-scheme/slib/")
+ ((VMS) "lib$scheme:")
+ ((MS-DOS) "C:\\SLIB\\")
+ (else "")))))