summaryrefslogtreecommitdiff
path: root/x11/gtk2/patches/patch-an
blob: f5b56170f693238fd9b9ba44936e2b39e05218f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-an,v 1.4 2002/08/25 19:23:32 jlam Exp $

--- gdk-2.0.pc.in.orig	Wed Mar  6 07:03:49 2002
+++ gdk-2.0.pc.in
@@ -8,5 +8,5 @@ Name: GDK
 Description: GIMP Drawing Kit (${target} target)
 Version: @VERSION@
 Requires: gdk-pixbuf-2.0 @GDK_PACKAGES@
-Libs: -L${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@
+Libs: -L${libdir} -Wl,-R${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@
 Cflags: -I${includedir}/gtk-2.0 -I${libdir}/gtk-2.0/include @GDK_EXTRA_CFLAGS@