commit:     b3a79b41d15b274b1e0471bdfa54065e9e3dc2e3
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 15:04:34 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 15:04:34 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b3a79b41

[eclass] Remove cross compilation support that has been handled by cmake-utils 
for a while.

---
 eclass/kde-frameworks.eclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass
index 00a83d8..72ddf84 100644
--- a/eclass/kde-frameworks.eclass
+++ b/eclass/kde-frameworks.eclass
@@ -234,9 +234,6 @@ kde-frameworks_src_configure() {
                append-cppflags -DQT_NO_DEBUG
        fi
 
-       # Here we set the install prefix
-       tc-is-cross-compiler || 
cmakeargs+=(-DCMAKE_INSTALL_PREFIX="${EPREFIX}${PREFIX}")
-
        #qmake -query QT_INSTALL_LIBS unavailable when cross-compiling
        # todo: is this still relevant?
        tc-is-cross-compiler && 
cmakeargs+=(-DQT_LIBRARY_DIR=${ROOT}/usr/$(get_libdir)/qt4)

Reply via email to