diff --git a/app-crypt/qca/files/qca-2.0.2-pcfilespath.patch b/app-crypt/qca/files/qca-2.0.2-pcfilespath.patch deleted file mode 100644 --- a/app-crypt/qca/files/qca-2.0.2-pcfilespath.patch +++ /dev/null @@ -1,13 +0,0 @@ -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(" "));