summaryrefslogtreecommitdiff
path: root/lang/guile/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'lang/guile/patches/patch-ah')
-rw-r--r--lang/guile/patches/patch-ah14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/guile/patches/patch-ah b/lang/guile/patches/patch-ah
new file mode 100644
index 00000000000..67a08e64b72
--- /dev/null
+++ b/lang/guile/patches/patch-ah
@@ -0,0 +1,14 @@
+$NetBSD: patch-ah,v 1.6 2008/12/15 15:26:47 gdt Exp $
+
+--- guile-config/guile-config.in.orig 2008-12-04 13:30:41.000000000 -0500
++++ guile-config/guile-config.in
+@@ -154,7 +154,8 @@
+ (if (or (string=? libdir "/usr/lib")
+ (string=? libdir "/usr/lib/"))
+ ""
+- (string-append "-L" (get-build-info 'libdir)))
++ (string-append "-L" (get-build-info 'libdir)
++ " -Wl,-R" (get-build-info 'libdir)))
+ "-lguile -lltdl"
+ (string-join other-flags)
+