pkgsrc/lang/umb-scheme/patches/patch-ae
2001-04-12 21:06:43 +00:00

22 lines
683 B
Text

$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 "")))))