commit:     ce6dbc0cc0c0684acbd50671f780be21a323dd43
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  5 16:43:16 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Sep  5 16:43:16 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ce6dbc0c

[eclass] Install mkspecs in the same directory as Qt stuff.

---
 eclass/kde5.eclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 1c8470f..37450d9 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -374,6 +374,9 @@ kde5_src_configure() {
        # make sure config files go to /etc instead of /usr/etc
        cmakeargs+=(-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc)
 
+       # install mkspecs in the same directory as qt stuff
+       cmakeargs+=(-DKDE_INSTALL_USE_QT_SYS_PATHS=ON)
+
        # allow the ebuild to override what we set here
        mycmakeargs=("${cmakeargs[@]}" "${mycmakeargs[@]}")
 

Reply via email to