From c6f7527cb8ba3439c7b51f679afedf13077c64b3 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 27 Apr 1999 21:33:26 +0000 Subject: Add "-Wl,-R" to linker option list in "gtk-config". --- x11/gtk/patches/patch-af | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 x11/gtk/patches/patch-af (limited to 'x11') 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 -- cgit v1.2.3