summaryrefslogtreecommitdiff
path: root/devel/g-wrap/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/g-wrap/patches/patch-ab')
-rw-r--r--devel/g-wrap/patches/patch-ab24
1 files changed, 12 insertions, 12 deletions
diff --git a/devel/g-wrap/patches/patch-ab b/devel/g-wrap/patches/patch-ab
index 8bda509e808..35d7bb667f0 100644
--- a/devel/g-wrap/patches/patch-ab
+++ b/devel/g-wrap/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.2 2001/07/01 15:12:45 tron Exp $
+$NetBSD: patch-ab,v 1.3 2003/02/24 20:50:19 jschauma Exp $
---- bin/g-wrap-config.in.orig Wed Apr 12 21:06:56 2000
-+++ bin/g-wrap-config.in Mon Jun 26 17:45:02 2000
-@@ -52,7 +52,7 @@
- (begin
- (if static?
- (stdout "@-libdir-@/lib" (cdr lib) ".a" #\newline)
-- (stdout "-L@-libdir-@ -l" (cdr lib) #\newline))
-+ (stdout "-Wl,-R@-libdir-@ -L@-libdir-@ -l" (cdr lib) #\newline))
- #t)
- (begin
- (stderr *program-name* ": unknown LANGUAGE \"" language "\" given.")
+--- bin/g-wrap-config.in.orig Thu Nov 7 17:23:43 2002
++++ bin/g-wrap-config.in Thu Feb 6 17:23:29 2003
+@@ -56,7 +56,7 @@
+ (lambda (lib) (stdout " @-libdir-@/lib" lib ".a"))
+ (cdr libs))
+ (begin
+- (stdout "-L@-libdir-@")
++ (stdout "-Wl,-R@-libdir-@ -L@-libdir-@")
+ (for-each
+ (lambda (lib) (stdout " -l" lib))
+ (cdr libs))))