Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qxmledit/
Date: Mon, 11 Sep 2017 12:17:07
Message-Id: 1505132205.93044b37790474cb0723b235fc654cb9913f3c47.kensington@gentoo
1 commit: 93044b37790474cb0723b235fc654cb9913f3c47
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 11 12:11:43 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 12:16:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93044b37
7
8 app-editors/qxmledit: disable PCH on x86
9
10 This is done to work around internal compiler errors.
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.3
13
14 app-editors/qxmledit/qxmledit-0.9.7.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/app-editors/qxmledit/qxmledit-0.9.7.ebuild b/app-editors/qxmledit/qxmledit-0.9.7.ebuild
18 index fb26b9c080a..c95c9c95543 100644
19 --- a/app-editors/qxmledit/qxmledit-0.9.7.ebuild
20 +++ b/app-editors/qxmledit/qxmledit-0.9.7.ebuild
21 @@ -56,6 +56,9 @@ src_configure() {
22 QXMLEDIT_INST_DATA_DIR="${EPREFIX}/usr/share/${PN}" \
23 QXMLEDIT_INST_DOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
24
25 + # avoid internal compiler errors
26 + use x86 && export QXMLEDIT_INST_AVOID_PRECOMP_HEADERS=Y
27 +
28 eqmake5
29 }