diff options
Diffstat (limited to 'devel/slib/patches')
-rw-r--r-- | devel/slib/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/slib/patches/patch-aa b/devel/slib/patches/patch-aa index 6c3c51b976e..4e4e22c00a0 100644 --- a/devel/slib/patches/patch-aa +++ b/devel/slib/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.4 2007/02/07 19:39:53 drochner Exp $ +$NetBSD: patch-aa,v 1.5 2007/11/29 18:01:30 wiz Exp $ ---- guile.init.orig 2006-04-24 05:53:25.000000000 +0200 +--- guile.init.orig 2007-11-27 16:08:40.000000000 +0000 +++ guile.init -@@ -58,7 +58,7 @@ - (and (defined? 'getenv) (getenv "SCHEME_LIBRARY_PATH")) +@@ -64,7 +64,7 @@ + (and path (substring path 0 (- (string-length path) 10)))) ;; Use this path if your scheme does not support GETENV ;; or if SCHEME_LIBRARY_PATH is not set. - "/usr/lib/slib/" @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.4 2007/02/07 19:39:53 drochner Exp $ (in-vicinity (implementation-vicinity) "slib/")))) (lambda () library-path))) -@@ -122,7 +122,8 @@ +@@ -128,7 +128,8 @@ ((nosve) ".") ((macos thinkc) ":") ((ms-dos windows atarist os/2) "\\") |