summaryrefslogtreecommitdiff
path: root/x11/gtk/patches/patch-ag
blob: 3cf44e216802d922c95e9b181be30d8627b10751 (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-ag,v 1.2 2002/08/25 18:40:34 jlam Exp $

--- gdk.pc.in.orig	Thu Nov 30 11:18:35 2000
+++ gdk.pc.in
@@ -7,5 +7,5 @@ Name: GDK
 Description: GIMP Drawing Kit
 Version: @VERSION@
 Requires: glib
-Libs: -L${libdir} @x_ldflags@ -lgdk @INTLLIBS@ @GDK_WLIBS@ @x_libs@ -lm
+Libs: -L${libdir} -Wl,-R${libdir} @x_ldflags@ -lgdk @INTLLIBS@ @GDK_WLIBS@ @x_libs@ -lm
 Cflags: -I${includedir}/gtk-1.2 @x_cflags@