mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-cpp/abseil-cpp: backport fix build with musl-1.2.4 to 20220623
20220623 is needed for bear-3.1.2 and without this patch, bear cannot be installed on musl profiles. Bug: https://bugs.gentoo.org/906218 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32095 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
0ba1fe9847
commit
051a757949
@ -32,6 +32,10 @@ BDEPEND="
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-20230125.2-musl-1.2.4.patch #906218
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user