summaryrefslogtreecommitdiffstats
path: root/libraries/qoauth/src_src.pro.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/qoauth/src_src.pro.patch')
-rw-r--r--libraries/qoauth/src_src.pro.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/libraries/qoauth/src_src.pro.patch b/libraries/qoauth/src_src.pro.patch
new file mode 100644
index 0000000000..dbd5e50a97
--- /dev/null
+++ b/libraries/qoauth/src_src.pro.patch
@@ -0,0 +1,16 @@
+--- src/src.pro~ 2009-08-08 11:37:32.000000000 +0300
++++ src/src.pro 2010-02-13 00:52:54.000000000 +0200
+@@ -62,7 +62,12 @@
+ system( ./pcfile.sh $${INSTALL_PREFIX} $${VERSION} )
+ pkgconfig.files = qoauth.pc
+
+- target.path = $${INSTALL_PREFIX}/lib
++ contains(QMAKE_HOST.arch, x86_64) {
++ target.path = $${INSTALL_PREFIX}/lib64
++ } else {
++ target.path = $${INSTALL_PREFIX}/lib
++ }
++
+ headers.path = $${INSTALL_PREFIX}/include/QtOAuth
+ docs.path = $${INSTALL_PREFIX}/share/doc/$${TARGET}-$${VERSION}
+ pkgconfig.path = $${target.path}/pkgconfig