diff options
Diffstat (limited to 'lang/guile/patches/patch-ah')
-rw-r--r-- | lang/guile/patches/patch-ah | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lang/guile/patches/patch-ah b/lang/guile/patches/patch-ah index 91b29ec4817..8798b9c0d53 100644 --- a/lang/guile/patches/patch-ah +++ b/lang/guile/patches/patch-ah @@ -1,13 +1,13 @@ -$NetBSD: patch-ah,v 1.1 2003/01/17 04:52:31 uebayasi Exp $ +$NetBSD: patch-ah,v 1.2 2007/06/12 03:02:34 dmcmahill Exp $ ---- guile-config/guile-config.in.orig Sun Dec 8 07:41:30 2002 +--- guile-config/guile-config.in.orig 2006-09-20 00:19:02.000000000 +0000 +++ guile-config/guile-config.in -@@ -177,7 +177,7 @@ - (string=? libdir "/usr/lib/")) - (display-separated (cons "-lguile -lguile-ltdl" other-flags)) - (display-separated (cons -- (string-append "-L" (get-build-info 'libdir)) -+ (string-append "-Wl,-R" (get-build-info 'libdir) " -L" (get-build-info 'libdir)) - (cons "-lguile -lguile-ltdl" other-flags)))) - (newline))) +@@ -155,7 +155,7 @@ + (if (or (string=? libdir "/usr/lib") + (string=? libdir "/usr/lib/")) + "" +- (string-append "-L" (get-build-info 'libdir))) ++ (string-append "-Wl,-R" (get-build-info 'libdir) " -L" (get-build-info 'libdir))) + (string-join other-flags) + ))) |