add multilib aware ebuilds
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2784 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
13
app-crypt/qca/files/qca-2.0.2-pcfilespath.patch
Normal file
13
app-crypt/qca/files/qca-2.0.2-pcfilespath.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
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(" "));
|
||||
Reference in New Issue
Block a user