commit: d5d90f2b112006004d270432bd101ea7c38f4de4 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Wed Aug 13 22:42:16 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Thu Aug 14 05:02:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d90f2b
sci-libs/gdal: backport fix for strict-aliasing to 3.9 as well It's already backported once, what is backporting it to another version, anyway... Note: straight to stable, because it is just ``` append-flags -fno-strict-aliasing ``` but done *inside* cmake for a specific target. Closes: https://bugs.gentoo.org/948810 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> sci-libs/gdal/gdal-3.9.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/gdal/gdal-3.9.3-r1.ebuild b/sci-libs/gdal/gdal-3.9.3-r1.ebuild index 409a5668df98..cf586c99eb8a 100644 --- a/sci-libs/gdal/gdal-3.9.3-r1.ebuild +++ b/sci-libs/gdal/gdal-3.9.3-r1.ebuild @@ -104,6 +104,7 @@ PATCHES=( "${FILESDIR}"/${PN}-3.6.4-abseil-cpp-20230125.2-c++17.patch "${FILESDIR}"/${PN}-3.9.1-poppler-24.12.patch "${FILESDIR}"/${P}-poppler-25.0{2,5}.patch + "${FILESDIR}"/gdal-3.11.3-java-no-strict-aliasing.patch ) pkg_setup() {
