aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-08-26 10:42:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-08-26 14:10:00 +0200
commit5f3051c780e2e6f21ab419f1defd108db66a2969 (patch)
treeddc9dd8dca3aca4746b997e007fa54bd1d9c0060 /dev-qt/qt3d
parentdev-qt/qtgui: Add IUSE=linuxfb (diff)
downloadqt-5f3051c780e2e6f21ab419f1defd108db66a2969.tar.gz
qt-5f3051c780e2e6f21ab419f1defd108db66a2969.tar.bz2
qt-5f3051c780e2e6f21ab419f1defd108db66a2969.zip
dev-qt/qt3d: Force -system-assimp
Bug: https://bugs.gentoo.org/810439 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qt3d')
-rw-r--r--dev-qt/qt3d/qt3d-5.15.9999.ebuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-qt/qt3d/qt3d-5.15.9999.ebuild b/dev-qt/qt3d/qt3d-5.15.9999.ebuild
index bd8f016c..3099e711 100644
--- a/dev-qt/qt3d/qt3d-5.15.9999.ebuild
+++ b/dev-qt/qt3d/qt3d-5.15.9999.ebuild
@@ -35,3 +35,11 @@ src_prepare() {
qt5-build_src_prepare
}
+
+src_configure() {
+ local myqmakeargs=(
+ --
+ -system-assimp
+ )
+ qt5-build_src_configure
+}