summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2008-09-03 11:37:22 +0000
committerDaniel Black <dragonheart@gentoo.org>2008-09-03 11:37:22 +0000
commit1f17d8e31fa2791365e1bdf14c323ec812931500 (patch)
treee001bb87a113544817c7b8664413d215b32fb483 /app-crypt/qca/files
parentreplace virtual/tetex with virtual/latex-base and adjust some more dependenci... (diff)
downloadgentoo-2-1f17d8e31fa2791365e1bdf14c323ec812931500.tar.gz
gentoo-2-1f17d8e31fa2791365e1bdf14c323ec812931500.tar.bz2
gentoo-2-1f17d8e31fa2791365e1bdf14c323ec812931500.zip
fix for pkgconfig file
(Portage version: 2.2_rc8/cvs/Linux 2.6.22-vs2.2.0.7-gentoo x86_64)
Diffstat (limited to 'app-crypt/qca/files')
-rw-r--r--app-crypt/qca/files/qca-2.0.1-pcfilespath.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-crypt/qca/files/qca-2.0.1-pcfilespath.patch b/app-crypt/qca/files/qca-2.0.1-pcfilespath.patch
new file mode 100644
index 000000000000..1aeb166cc39b
--- /dev/null
+++ b/app-crypt/qca/files/qca-2.0.1-pcfilespath.patch
@@ -0,0 +1,11 @@
+--- qca-2.0.1/qcm/extra.qcm.orig 2008-09-03 21:03:58.000000000 +1000
++++ qca-2.0.1/qcm/extra.qcm 2008-09-03 21:04:07.000000000 +1000
+@@ -204,7 +204,7 @@
+ if(!pcfiles.isEmpty())
+ {
+ str = QString(
+- "pcfiles.path = $$LIBDIR/pkgconfig\n"
++ "pcfiles.path = $$LIBDIR/../pkgconfig\n"
+ "pcfiles.files = %1\n"
+ "INSTALLS += pcfiles\n"
+ ).arg(pcfiles.join(" "));