summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-09-11 22:11:43 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-09-11 22:16:45 +1000
commit93044b37790474cb0723b235fc654cb9913f3c47 (patch)
treeb07d5738f0e2160a8640cb398c5ed2617a1d9b86
parentdev-qt/qtscxml: 5.7.1 stable for amd64/x86 (diff)
downloadgentoo-93044b37.tar.gz
gentoo-93044b37.tar.bz2
gentoo-93044b37.zip
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
-rw-r--r--app-editors/qxmledit/qxmledit-0.9.7.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-editors/qxmledit/qxmledit-0.9.7.ebuild b/app-editors/qxmledit/qxmledit-0.9.7.ebuild
index fb26b9c080a7..c95c9c955437 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
}