Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/qca/files: qca-2.0.2-pcfilespath.patch
Date: Mon, 04 May 2009 12:45:04
Message-Id: E1M0xXU-0002j2-3E@stork.gentoo.org
1 hwoarang 09/05/04 12:44:56
2
3 Added: qca-2.0.2-pcfilespath.patch
4 Log:
5 Apply correct pkgconfig patch. Should fix bug 268090
6 (Portage version: 2.2_rc32/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-crypt/qca/files/qca-2.0.2-pcfilespath.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca/files/qca-2.0.2-pcfilespath.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca/files/qca-2.0.2-pcfilespath.patch?rev=1.1&content-type=text/plain
13
14 Index: qca-2.0.2-pcfilespath.patch
15 ===================================================================
16 Index: qca-2.0.2/configure
17 ===================================================================
18 --- qca-2.0.2.orig/configure
19 +++ qca-2.0.2/configure
20 @@ -937,7 +937,7 @@ public:
21 if(!pcfiles.isEmpty())
22 {
23 str = QString(
24 - "pcfiles.path = \$\$LIBDIR/pkgconfig\n"
25 + "pcfiles.path = \$\$LIBDIR/../pkgconfig\n"
26 "pcfiles.files = %1\n"
27 "INSTALLS += pcfiles\n"
28 ).arg(pcfiles.join(" "));