diff options
-rw-r--r-- | x11/gtk/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gtk/patches/patch-af b/x11/gtk/patches/patch-af new file mode 100644 index 00000000000..d486d57229a --- /dev/null +++ b/x11/gtk/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 1999/04/27 21:33:26 tron Exp $ + +--- gtk-config.in.orig Tue Feb 2 00:17:38 1999 ++++ gtk-config.in Tue Apr 27 23:17:01 1999 +@@ -104,7 +104,7 @@ + + if test "$echo_libs" = "yes"; then + my_glib_libs= +- libdirs=-L@libdir@ ++ libdirs=-L@libdir@\ -Wl,-R@libdir@ + for i in $glib_libs ; do + if test $i != -L@libdir@ ; then + if test -z "$my_glib_libs" ; then |