commit:     cc96b86ca21b3b08a503e0394f50ea658597b5be
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  8 15:57:13 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr  9 18:33:32 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=cc96b86c

dev-qt/qdoc: Fix out-of-source build

Thanks-to: Jimi Huotari <chiitoo <AT> gentoo.org>
Bug: https://bugs.gentoo.org/676948
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qdoc/qdoc-5.14.9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-qt/qdoc/qdoc-5.14.9999.ebuild 
b/dev-qt/qdoc/qdoc-5.14.9999.ebuild
index 0d486e0a..dddcd583 100644
--- a/dev-qt/qdoc/qdoc-5.14.9999.ebuild
+++ b/dev-qt/qdoc/qdoc-5.14.9999.ebuild
@@ -36,5 +36,6 @@ src_configure() {
        # run in the root directory. bug 676948; same fix as bug 633776
        mkdir -p "${QT5_BUILD_DIR}"/src/qdoc || die
        qt5_qmake "${QT5_BUILD_DIR}"
+       cp src/qdoc/qtqdoc-config.pri "${QT5_BUILD_DIR}"/src/qdoc || die
        qt5-build_src_configure
 }

Reply via email to