summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-11-09 09:58:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-11-09 09:58:02 +0000
commitc64263fe71f894d53c983a75b3a951c58913627b (patch)
treeb6858b7a3604e5f4d6dfec922ed8d6028364e7b8 /app-crypt/qca/files
parentKDE 3.5.9 and 4.3.2 are gone, remove masks (diff)
downloadgentoo-2-c64263fe71f894d53c983a75b3a951c58913627b.tar.gz
gentoo-2-c64263fe71f894d53c983a75b3a951c58913627b.tar.bz2
gentoo-2-c64263fe71f894d53c983a75b3a951c58913627b.zip
Unused patch.
(Portage version: 2.2_rc48/cvs/Linux 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, 0 insertions, 11 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
deleted file mode 100644
index fdf752300f76..000000000000
--- a/app-crypt/qca/files/qca-2.0.1-pcfilespath.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- qca-2.0.1/configure.orig 2008-09-05 14:55:18.000000000 +0200
-+++ qca-2.0.1/configure 2008-09-05 14:55:40.000000000 +0200
-@@ -875,7 +875,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(" "));