summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/libview/files/libview-0.5.6-pcfix.patch')
-rw-r--r--x11-libs/libview/files/libview-0.5.6-pcfix.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-libs/libview/files/libview-0.5.6-pcfix.patch b/x11-libs/libview/files/libview-0.5.6-pcfix.patch
new file mode 100644
index 0000000..e43bac0
--- /dev/null
+++ b/x11-libs/libview/files/libview-0.5.6-pcfix.patch
@@ -0,0 +1,17 @@
+diff -u -r libview-0.5.6.old/libview.pc.in libview-0.5.6/libview.pc.in
+--- libview-0.5.6.old/libview.pc.in 2005-09-07 18:35:12.000000000 -0400
++++ libview-0.5.6/libview.pc.in 2006-05-31 10:38:50.000000000 -0400
+@@ -1,9 +1,10 @@
+-prefix=${prefix}
++prefix=@prefix@
++exec_prefix=${prefix}
+ libdir=${exec_prefix}/lib
+ includedir=${prefix}/include
+
+ Name: libview
+ Description: VMware's Incredibly Exciting Widgets for GTK+
+ Version: @VERSION@
+-Libs: -L${libdir} -lview @PACKAGE_LIBS@
+-Cflags: -I${includedir} @PACKAGE_CFLAGS@
++Libs: -L${libdir} -lview @VIEW_LIBS@
++Cflags: -I${includedir} @VIEW_CFLAGS@