diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-24 12:40:07 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-24 13:46:40 +0100 |
commit | e814585c08669667797163d74e22717c10e1c554 (patch) | |
tree | daa28e0b2eac2cc7cc2bac0459f3ccb0af6eb5ac /app-office/libreoffice | |
parent | app-office/libreoffice: Enable gtk3-kde5 (sic!) vcl-plugin (diff) | |
download | gentoo-e814585c08669667797163d74e22717c10e1c554.tar.gz gentoo-e814585c08669667797163d74e22717c10e1c554.tar.bz2 gentoo-e814585c08669667797163d74e22717c10e1c554.zip |
app-office/libreoffice: Workaround buildsystem deficit w/ QT_SELECT=5
Bug: https://bugs.gentoo.org/639620
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'app-office/libreoffice')
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index a9f9652d40ca..a48c1bc39d32 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -359,6 +359,7 @@ src_configure() { export PYTHON_LIBS=$(python_get_LIBS) if use kde; then + export QT_SELECT=5 # bug 639620 needs proper fix though export QT5DIR="$(qt5_get_bindir)/../" export MOC5="$(qt5_get_bindir)/moc" fi |