sci-geosciences/qgis: Fix build w/ IUSE oracle and Qt 6.10

Closes: https://bugs.gentoo.org/968477
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-01-07 17:06:31 +01:00
parent a5a0329df5
commit b42045f44f
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
diff --color -Naru a/src/providers/oracle/ocispatial/CMakeLists.txt b/src/providers/oracle/ocispatial/CMakeLists.txt
--- a/src/providers/oracle/ocispatial/CMakeLists.txt 2026-01-07 09:20:54.863975065 +0100
+++ b/src/providers/oracle/ocispatial/CMakeLists.txt 2026-01-07 09:22:21.900468735 +0100
@@ -20,6 +20,7 @@
target_link_libraries(qsqlocispatial
${QT_VERSION_BASE}::Core
${QT_VERSION_BASE}::Sql
+ ${QT_VERSION_BASE}::SqlPrivate
${OCI_LIBRARY}
)

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -134,6 +134,7 @@ BDEPEND="${PYTHON_DEPS}
PATCHES=(
"${FILESDIR}/${PN}-3.44.3-testReportDir.patch"
"${FILESDIR}/${PN}-3.44.5-qt-6.10.patch" # bug 966729
"${FILESDIR}/${PN}-3.44.6-qt-6.10.patch" # TODO: upstream; bug 968477
)
src_prepare() {