summaryrefslogtreecommitdiff
path: root/dev-qt/qdoc/qdoc-5.15.10.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-09 04:23:59 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-09 04:23:59 +0100
commit49307b439ea0ae14beb0772de83e70297ae8356c (patch)
tree02f22afc29810c4558bf87d13c56f288d43fecc3 /dev-qt/qdoc/qdoc-5.15.10.ebuild
parent99b2c44c1425c7b2925846d4c44b2bf2f78dc786 (diff)
gentoo auto-resync : 09:07:2023 - 04:23:59
Diffstat (limited to 'dev-qt/qdoc/qdoc-5.15.10.ebuild')
-rw-r--r--dev-qt/qdoc/qdoc-5.15.10.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-qt/qdoc/qdoc-5.15.10.ebuild b/dev-qt/qdoc/qdoc-5.15.10.ebuild
index 7358ed9e1f7d..c84b2d272c02 100644
--- a/dev-qt/qdoc/qdoc-5.15.10.ebuild
+++ b/dev-qt/qdoc/qdoc-5.15.10.ebuild
@@ -32,3 +32,9 @@ src_prepare() {
qt5-build_src_prepare
}
+
+src_configure() {
+ # qt5_tools_configure() not enough here, needs another fix, bug 676948
+ qt5_configure_oos_quirk qtqdoc-config.pri src/qdoc
+ qt5-build_src_configure
+}