summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-16 20:24:16 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-16 20:24:16 +0000
commita73c7e27ed8b64992911272b2abe9e40b2eb40aa (patch)
tree9f619c656ebfb9d6d4cfc9659af1b553915f3b22 /x11-libs/libview/files
parentgrammar (diff)
downloadgentoo-2-a73c7e27ed8b64992911272b2abe9e40b2eb40aa.tar.gz
gentoo-2-a73c7e27ed8b64992911272b2abe9e40b2eb40aa.tar.bz2
gentoo-2-a73c7e27ed8b64992911272b2abe9e40b2eb40aa.zip
Fix pkgconfig file again
(Portage version: 2.2.0_alpha67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'x11-libs/libview/files')
-rw-r--r--x11-libs/libview/files/libview-0.5.6-pcfix.patch10
1 files changed, 5 insertions, 5 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
index e43bac0b792e..8df5d414da94 100644
--- a/x11-libs/libview/files/libview-0.5.6-pcfix.patch
+++ b/x11-libs/libview/files/libview-0.5.6-pcfix.patch
@@ -1,7 +1,6 @@
-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 @@
+--- libview.pc.in
++++ libview.pc.in
+@@ -1,9 +1,11 @@
-prefix=${prefix}
+prefix=@prefix@
+exec_prefix=${prefix}
@@ -13,5 +12,6 @@ diff -u -r libview-0.5.6.old/libview.pc.in libview-0.5.6/libview.pc.in
Version: @VERSION@
-Libs: -L${libdir} -lview @PACKAGE_LIBS@
-Cflags: -I${includedir} @PACKAGE_CFLAGS@
-+Libs: -L${libdir} -lview @VIEW_LIBS@
++Libs: -L${libdir} -lview
++Libs.private: @VIEW_LIBS@
+Cflags: -I${includedir} @VIEW_CFLAGS@