diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-04 03:07:27 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-04 03:07:27 +0800 |
commit | cafb98b67a0e7ec49aed1e7a18c28086a037af57 (patch) | |
tree | 33a6d34e69668c2e569f3758b5e1bff0e2dc3874 /x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in | |
parent | 956529fb801a05348c3883cd71cb6f87c0b452c5 (diff) | |
download | marcuscom-ports-cafb98b67a0e7ec49aed1e7a18c28086a037af57.tar marcuscom-ports-cafb98b67a0e7ec49aed1e7a18c28086a037af57.tar.gz marcuscom-ports-cafb98b67a0e7ec49aed1e7a18c28086a037af57.tar.bz2 marcuscom-ports-cafb98b67a0e7ec49aed1e7a18c28086a037af57.tar.lz marcuscom-ports-cafb98b67a0e7ec49aed1e7a18c28086a037af57.tar.xz marcuscom-ports-cafb98b67a0e7ec49aed1e7a18c28086a037af57.tar.zst marcuscom-ports-cafb98b67a0e7ec49aed1e7a18c28086a037af57.zip |
Update to 2.11.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4148 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in')
-rw-r--r-- | x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in b/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in new file mode 100644 index 000000000..8d376a4b8 --- /dev/null +++ b/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in @@ -0,0 +1,9 @@ +--- 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 |