You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/qca/files/qca-2.0.2-pcfilespath.patch

14 lines
409 B

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(" "));