pkgsrc/lang/guile16/patches/patch-ah
dmcmahill 38fa6ef6d5 Import guile-1.6.8 as guile16-1.6.8 as part of getting ready to update
lang/guile to 1.8.1.  This package will be available for those which will
not work with guile-1.8.x.
2007-06-04 23:38:39 +00:00

13 lines
608 B
Text

$NetBSD: patch-ah,v 1.1.1.1 2007/06/04 23:38:40 dmcmahill Exp $
--- guile-config/guile-config.in.orig Sun Dec 8 07:41:30 2002
+++ 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)))