From abe13572ad37175b9a0c8f5e7ee2391e3f7cc007 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Tue, 10 Oct 2017 22:20:11 +1100 Subject: dev-qt/qtlocation: fix build of 5.9.2 Closes: https://bugs.gentoo.org/633776 Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- dev-qt/qtlocation/qtlocation-5.9.2.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-qt/qtlocation/qtlocation-5.9.2.ebuild b/dev-qt/qtlocation/qtlocation-5.9.2.ebuild index 420e3c9ba782..06c3a9a1206f 100644 --- a/dev-qt/qtlocation/qtlocation-5.9.2.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.9.2.ebuild @@ -34,3 +34,11 @@ QT5_TARGET_SUBDIRS=( src/imports/location src/plugins/geoservices ) + +src_configure() { + # src/plugins/geoservices requires files that are only generated when + # qmake is run in the root directory. Bug 633776. + mkdir -p "${QT5_BUILD_DIR}" || die + qt5_qmake "${QT_BUILD_DIR}" + qt5-build_src_configure +} -- cgit v1.2.3-65-gdbad