mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
11
sci-geosciences/qgis/files/qgis-3.44.6-qt-6.10.patch
Normal file
11
sci-geosciences/qgis/files/qgis-3.44.6-qt-6.10.patch
Normal 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}
|
||||
)
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user