diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-09-11 22:11:43 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-11 22:16:45 +1000 |
commit | 93044b37790474cb0723b235fc654cb9913f3c47 (patch) | |
tree | b07d5738f0e2160a8640cb398c5ed2617a1d9b86 /app-editors/qxmledit | |
parent | dev-qt/qtscxml: 5.7.1 stable for amd64/x86 (diff) | |
download | gentoo-93044b37790474cb0723b235fc654cb9913f3c47.tar.gz gentoo-93044b37790474cb0723b235fc654cb9913f3c47.tar.bz2 gentoo-93044b37790474cb0723b235fc654cb9913f3c47.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
Diffstat (limited to 'app-editors/qxmledit')
-rw-r--r-- | app-editors/qxmledit/qxmledit-0.9.7.ebuild | 3 |
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 } |