mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user