Skip to content

Commit

Permalink
dev-qt/qtlocation: fix build of 5.9.2
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/633776
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
kensington committed Oct 10, 2017
1 parent d9f1f66 commit abe1357
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dev-qt/qtlocation/qtlocation-5.9.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit abe1357

Please sign in to comment.