blob: 9e109bfdaf7c3c36ec83f098a365d2338534846b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-ab,v 1.5 2002/08/25 19:22:15 jlam Exp $
--- gconf.pc.in.orig Sat Mar 24 08:52:30 2001
+++ gconf.pc.in
@@ -8,5 +8,5 @@ Name: gconf
Description: GNOME Config System.
Version: @VERSION@
Requires: oaf
-Libs: -L${libdir} -lgconf-@MAJOR_VERSION@
+Libs: -L${libdir} -Wl,-R${libdir} -lgconf-@MAJOR_VERSION@
Cflags: -I${includedir}/gconf/@MAJOR_VERSION@
|