summaryrefslogtreecommitdiff
path: root/dev-vcs/git/git-2.52.0.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-12-04 03:11:30 +0000
committerSam James <sam@gentoo.org>2025-12-04 03:11:30 +0000
commit83ae2fc04485d54bb78e9b96747794b61fd7e0ec (patch)
treec5e6411200d36b11a47a746efab8d1e94d55ef78 /dev-vcs/git/git-2.52.0.ebuild
parent68d0de9998a81016a173712820a2ec256e4d0cd4 (diff)
downloadgentoo-83ae2fc04485d54bb78e9b96747794b61fd7e0ec.tar.gz
gentoo-83ae2fc04485d54bb78e9b96747794b61fd7e0ec.tar.bz2
gentoo-83ae2fc04485d54bb78e9b96747794b61fd7e0ec.zip
dev-vcs/git: fix cross compat
Closes: https://bugs.gentoo.org/953122 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-2.52.0.ebuild')
-rw-r--r--dev-vcs/git/git-2.52.0.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-vcs/git/git-2.52.0.ebuild b/dev-vcs/git/git-2.52.0.ebuild
index 9635a818b7e4..5a4d0c17b6c9 100644
--- a/dev-vcs/git/git-2.52.0.ebuild
+++ b/dev-vcs/git/git-2.52.0.ebuild
@@ -153,6 +153,11 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.52.0-0001-rust-don-t-pass-quiet-to-cargo.patch
"${FILESDIR}"/${PN}-2.52.0-0002-rust-respect-CARGO-environment-variable.patch
+
+ # Backports for cross
+ "${FILESDIR}"/0001-meson-ignore-subprojects-.wraplock.patch
+ "${FILESDIR}"/0002-meson-only-detect-ICONV_OMITS_BOM-if-possible.patch
+ "${FILESDIR}"/0003-meson-use-is_cross_build-where-possible.patch
)
pkg_setup() {