summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-27 21:33:26 +0000
committertron <tron@pkgsrc.org>1999-04-27 21:33:26 +0000
commit2e9a5ef93a0390db3641ca04ea9a96984380a64e (patch)
treecf70b2b667c500666e32749cbaabc5d1b621a80c /x11
parent32fde6f2b2a3973dc811632924e234f696a62763 (diff)
downloadpkgsrc-2e9a5ef93a0390db3641ca04ea9a96984380a64e.tar.gz
Add "-Wl,-R" to linker option list in "gtk-config".
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk/patches/patch-af13
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