app-office/libreoffice: Workaround buildsystem deficit w/ QT_SELECT=5
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 24 Jan 2018 11:40:07 +0000 (12:40 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 24 Jan 2018 12:46:40 +0000 (13:46 +0100)
Bug: https://bugs.gentoo.org/639620
Package-Manager: Portage-2.3.20, Repoman-2.3.6

app-office/libreoffice/libreoffice-9999.ebuild

index a9f9652d40cacf54166b49974b9fa7811ba884c6..a48c1bc39d3243d1371d204a56dbb760fa72756e 100644 (file)
@@ -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