summaryrefslogtreecommitdiff
path: root/x11/gtk/patches/patch-ag
blob: 8c3c29016f5bee892485615c67609a77d969e7e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-ag,v 1.1 2002/07/18 02:19:34 rh 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@