summaryrefslogtreecommitdiff
path: root/x11/gtk/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gtk/patches/patch-af')
-rw-r--r--x11/gtk/patches/patch-af4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk/patches/patch-af b/x11/gtk/patches/patch-af
index 3353533debf..600f53ae5f7 100644
--- a/x11/gtk/patches/patch-af
+++ b/x11/gtk/patches/patch-af
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.2 1999/04/29 11:14:35 tron Exp $
+$NetBSD: patch-af,v 1.3 2003/10/04 18:03:26 danw Exp $
--- gtk-config.in.orig Tue Feb 2 00:17:38 1999
+++ gtk-config.in Thu Apr 29 12:13:36 1999
@@ -10,7 +10,7 @@ $NetBSD: patch-af,v 1.2 1999/04/29 11:14:35 tron Exp $
+ libdirs="-L@libdir@ -Wl,-R@libdir@"
for i in $glib_libs ; do
- if test $i != -L@libdir@ ; then
-+ if test $i != -L@libdir@ -a $i != -Wl,-R@libdir@ ; then
++ if test $i != -L@libdir@ -a x$i != x-Wl,-R@libdir@ ; then
if test -z "$my_glib_libs" ; then
my_glib_libs="$i"
else