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:
Brahmajit Das 2023-07-30 01:20:45 +05:30 committed by Sam James
parent 0ba1fe9847
commit 051a757949
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -32,6 +32,10 @@ BDEPEND="
RESTRICT="!test? ( test )"
PATCHES=(
"${FILESDIR}"/${PN}-20230125.2-musl-1.2.4.patch #906218
)
src_prepare() {
cmake_src_prepare