freebsd-ports/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in
Joe Marcus Clarke 1e5f0409e6 Since libgnome links to libpopt, include ${LOCALBASE}/lib in the link
search path.  This fixes applications that only need to link to libgnome-2.0.

Reported by:	Mike Harding <mvh@ix.netcom.com>
		Ralf Folkerts <ralf.folkerts@gmx.de>
2005-04-18 21:00:13 +00:00

9 lines
376 B
PkgConfig

--- libgnome/libgnome-2.0.pc.in.orig Mon Apr 18 16:54:21 2005
+++ libgnome/libgnome-2.0.pc.in Mon Apr 18 16:54:41 2005
@@ -8,5 +8,5 @@
Description: libgnome
Requires: glib-2.0 ORBit-2.0 libbonobo-2.0 gconf-2.0 gnome-vfs-2.0
Version: @VERSION@
-Libs: -L${libdir} -lgnome-2 -lpopt
+Libs: -L${libdir} -L%%LOCALBASE%%/lib -lgnome-2 -lpopt
Cflags: -I${includedir}/libgnome-2.0