summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <brahmajit.xyz@gmail.com>2023-07-30 01:20:45 +0530
committerSam James <sam@gentoo.org>2023-07-30 12:42:55 +0100
commit051a757949609fea69f8fe1ded36d1d11f9966cb (patch)
treecdf87cf43df2553ffd052b1370899519d71ad4ac
parentapp-dicts/eblook: Fix call to undeclared library function strcmp (diff)
downloadgentoo-051a757949609fea69f8fe1ded36d1d11f9966cb.tar.gz
gentoo-051a757949609fea69f8fe1ded36d1d11f9966cb.tar.bz2
gentoo-051a757949609fea69f8fe1ded36d1d11f9966cb.zip
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>
-rw-r--r--dev-cpp/abseil-cpp/abseil-cpp-20220623.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20220623.1.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20220623.1.ebuild
index 0d84bae26b61..7aed5f2d2334 100644
--- a/dev-cpp/abseil-cpp/abseil-cpp-20220623.1.ebuild
+++ b/dev-cpp/abseil-cpp/abseil-cpp-20220623.1.ebuild
@@ -32,6 +32,10 @@ BDEPEND="
RESTRICT="!test? ( test )"
+PATCHES=(
+ "${FILESDIR}"/${PN}-20230125.2-musl-1.2.4.patch #906218
+)
+
src_prepare() {
cmake_src_prepare