blob: 0a43548a1f228a9bdc09b5eed5bc32a1a1c259b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
$FreeBSD: ports/devel/gnomevfs2/files/patch-gnome-vfs-module-2.0.pc.in,v 1.3 2003/02/07 18:42:03 marcus Exp $
--- gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:42 1.1
+++ gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:51
@@ -8,5 +8,5 @@
Description: The GNOME virtual file-system module include info
Version: @VERSION@
Requires: bonobo-activation-2.0,gthread-2.0,gmodule-2.0
-Libs: -L${libdir} -lgnomevfs-2
+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@
Cflags: -I${includedir}/gnome-vfs-2.0 -I${includedir}/gnome-vfs-module-2.0 -I${libdir}/gnome-vfs-2.0/include
|