Files @ ae47dd1f10d0
Branch filter:

Location: ohnobinki_overlay/app-crypt/qca/files/qca-2.0.2-pcfilespath.patch

binki
app-portage/sunrise-commit: Bump to sunrise-commit-0.3_pre20101108.

(Portage version: 2.2.0_alpha2-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
Index: qca-2.0.2/configure
===================================================================
--- qca-2.0.2.orig/configure
+++ qca-2.0.2/configure
@@ -937,7 +937,7 @@ public:
 		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(" "));