]> git.pld-linux.org Git - packages/libview.git/blame - libview-pc.patch
- rebuild with current glib2 and gdk-pixbuf2
[packages/libview.git] / libview-pc.patch
CommitLineData
f8641271
MB
1diff -urN libview-0.6.4/libview.pc.in libview-0.6.4.new/libview.pc.in
2--- libview-0.6.4/libview.pc.in 2008-11-26 01:31:17.000000000 +0100
3+++ libview-0.6.4.new/libview.pc.in 2009-10-21 22:32:06.357221460 +0200
4@@ -1,9 +1,11 @@
5-prefix=${prefix}
6-libdir=${exec_prefix}/lib
7-includedir=${prefix}/include
8+prefix=@prefix@
9+exec_prefix=@exec_prefix@
10+libdir=@libdir@
11+includedir=@includedir@
12
13 Name: libview
14 Description: VMware's Incredibly Exciting Widgets for GTK+
15+Requires: gtkmm-2.4 sigc++-2.0
16 Version: @VERSION@
17-Libs: -L${libdir} -lview @PACKAGE_LIBS@
18-Cflags: -I${includedir} @PACKAGE_CFLAGS@
19+Libs: -L${libdir} -lview
20+Cflags: -I${includedir}
This page took 0.047887 seconds and 4 git commands to generate.