diff options
| author | Sam James <sam@gentoo.org> | 2025-12-04 03:11:30 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-12-04 03:11:30 +0000 |
| commit | 83ae2fc04485d54bb78e9b96747794b61fd7e0ec (patch) | |
| tree | c5e6411200d36b11a47a746efab8d1e94d55ef78 /dev-vcs/git/git-2.51.2-r2.ebuild | |
| parent | 68d0de9998a81016a173712820a2ec256e4d0cd4 (diff) | |
| download | gentoo-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.51.2-r2.ebuild')
| -rw-r--r-- | dev-vcs/git/git-2.51.2-r2.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-vcs/git/git-2.51.2-r2.ebuild b/dev-vcs/git/git-2.51.2-r2.ebuild index 515d4b31bb3a..b0a2ea9fcddb 100644 --- a/dev-vcs/git/git-2.51.2-r2.ebuild +++ b/dev-vcs/git/git-2.51.2-r2.ebuild @@ -148,6 +148,11 @@ PATCHES=( # demand from developers. It's opt-in (needs a config option) # and the documentation mentions that it is a Gentoo addition. "${FILESDIR}"/${PN}-2.50.0-diff-implement-config.diff.renames-copies-harder.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() { |
