diff options
author | Mikko Varri <vmj@linuxbox.fi> | 2010-05-13 00:59:18 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:59:18 +0200 |
commit | 8edb1fb1d3b73c74778e1936be231bad5a694820 (patch) | |
tree | cef997b846533665d501378baf42bb7a40c7a081 /libraries/qoauth/src_src.pro.patch | |
parent | af71608ad963a49345ff2f7be970b64290ff5608 (diff) | |
download | slackbuilds-8edb1fb1d3b73c74778e1936be231bad5a694820.tar.gz |
libraries/qoauth: Added to 13.0 repository
Diffstat (limited to 'libraries/qoauth/src_src.pro.patch')
-rw-r--r-- | libraries/qoauth/src_src.pro.patch | 16 |
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 |