commit:     93044b37790474cb0723b235fc654cb9913f3c47
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 11 12:11:43 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 12:16:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93044b37

app-editors/qxmledit: disable PCH on x86

This is done to work around internal compiler errors.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-editors/qxmledit/qxmledit-0.9.7.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-editors/qxmledit/qxmledit-0.9.7.ebuild 
b/app-editors/qxmledit/qxmledit-0.9.7.ebuild
index fb26b9c080a..c95c9c95543 100644
--- a/app-editors/qxmledit/qxmledit-0.9.7.ebuild
+++ b/app-editors/qxmledit/qxmledit-0.9.7.ebuild
@@ -56,6 +56,9 @@ src_configure() {
                QXMLEDIT_INST_DATA_DIR="${EPREFIX}/usr/share/${PN}" \
                QXMLEDIT_INST_DOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
 
+       # avoid internal compiler errors
+       use x86 && export QXMLEDIT_INST_AVOID_PRECOMP_HEADERS=Y
+
        eqmake5
 }
 

Reply via email to