diff options
Diffstat (limited to 'libraries/qoauth/src_src.pro.patch')
-rw-r--r-- | libraries/qoauth/src_src.pro.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libraries/qoauth/src_src.pro.patch b/libraries/qoauth/src_src.pro.patch deleted file mode 100644 index dbd5e50a97..0000000000 --- a/libraries/qoauth/src_src.pro.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- 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 |