diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-11-16 09:44:59 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-11-16 09:44:59 +0000 |
commit | 4d69715640afd71c424eb2ada85222a0ac551a9d (patch) | |
tree | 6091b87259db4df5e18d785c836ef3bf3c10227c /app-crypt/qca-tls/files | |
parent | fix bug #69867. (Manifest recommit) (diff) | |
download | gentoo-2-4d69715640afd71c424eb2ada85222a0ac551a9d.tar.gz gentoo-2-4d69715640afd71c424eb2ada85222a0ac551a9d.tar.bz2 gentoo-2-4d69715640afd71c424eb2ada85222a0ac551a9d.zip |
added good fix thanks to Gregorio Guidi <g.guidi@sns.it> in bug #46805
Diffstat (limited to 'app-crypt/qca-tls/files')
-rw-r--r-- | app-crypt/qca-tls/files/qca-pathfix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-crypt/qca-tls/files/qca-pathfix.patch b/app-crypt/qca-tls/files/qca-pathfix.patch new file mode 100644 index 000000000000..ae7f0ba73d2b --- /dev/null +++ b/app-crypt/qca-tls/files/qca-pathfix.patch @@ -0,0 +1,11 @@ +--- qca-tls.pro.orig 2004-11-16 19:10:48.593870776 +0930 ++++ qca-tls.pro 2004-11-16 19:11:07.749958608 +0930 +@@ -1,7 +1,7 @@ + # qca-tls qmake profile + + TEMPLATE = lib +-CONFIG += qt thread release plugin ++CONFIG += qt thread release plugin no_fixpath + TARGET = qca-tls + + !exists(qcaprovider.h) { |