commit:     8578c40fbe8dd7b0f8de6f765b9f16c002c3ae76
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 11:40:39 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 11:40:39 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8578c40f

[kde-frameworks/kdelibs4support] Workaround build failure

ce6dbc0cc0c0684acbd50671f780be21a323dd43 enabled globally a new upstream option
in ECM, but this causes build failure in this package. Note that this option
should not actually have any effect on kdelibs4support.

Package-Manager: portage-2.2.10

---
 kde-frameworks/kdelibs4support/kdelibs4support-5.2.0.ebuild | 1 +
 kde-frameworks/kdelibs4support/kdelibs4support-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-5.2.0.ebuild 
b/kde-frameworks/kdelibs4support/kdelibs4support-5.2.0.ebuild
index b739bdf..6c77fc8 100644
--- a/kde-frameworks/kdelibs4support/kdelibs4support-5.2.0.ebuild
+++ b/kde-frameworks/kdelibs4support/kdelibs4support-5.2.0.ebuild
@@ -69,6 +69,7 @@ DEPEND="${COMMON_DEPEND}
 
 src_configure() {
        local mycmakeargs=(
+               -DKDE_INSTALL_USE_QT_SYS_PATHS=OFF
                $(cmake-utils_use_find_package X X11)
        )
 

diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-9999.ebuild 
b/kde-frameworks/kdelibs4support/kdelibs4support-9999.ebuild
index c9a405a..cc3969f 100644
--- a/kde-frameworks/kdelibs4support/kdelibs4support-9999.ebuild
+++ b/kde-frameworks/kdelibs4support/kdelibs4support-9999.ebuild
@@ -69,6 +69,7 @@ DEPEND="${COMMON_DEPEND}
 
 src_configure() {
        local mycmakeargs=(
+               -DKDE_INSTALL_USE_QT_SYS_PATHS=OFF
                $(cmake-utils_use_find_package X X11)
        )
 

Reply via email to