summaryrefslogtreecommitdiff
path: root/dev-cpp/abseil-cpp/abseil-cpp-20230125.2.ebuild
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2023-06-09 12:58:31 -0700
committerSam James <sam@gentoo.org>2023-07-05 01:40:13 +0100
commit6f43c861641423191d2d5fce9605f8e23a452c84 (patch)
tree87a43bc73fc78e076df66f19a8570841e358c1d9 /dev-cpp/abseil-cpp/abseil-cpp-20230125.2.ebuild
parent7cc1e787332e9a2217e560abf40bbd3d10403ce0 (diff)
downloadgentoo-6f43c861641423191d2d5fce9605f8e23a452c84.tar.gz
gentoo-6f43c861641423191d2d5fce9605f8e23a452c84.tar.bz2
gentoo-6f43c861641423191d2d5fce9605f8e23a452c84.zip
dev-cpp/abseil-cpp: fix build with musl-1.2.4
Closes: https://bugs.gentoo.org/906218 Upstream-Issue: https://github.com/abseil/abseil-cpp/issues/1473 Upstream-Commit: https://github.com/abseil/abseil-cpp/commit/4500c2fada4e952037c59bd65e8be1ba0b29f21e Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/31367 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/abseil-cpp/abseil-cpp-20230125.2.ebuild')
-rw-r--r--dev-cpp/abseil-cpp/abseil-cpp-20230125.2.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20230125.2.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20230125.2.ebuild
index 067f0d0a0876..f80007d0052b 100644
--- a/dev-cpp/abseil-cpp/abseil-cpp-20230125.2.ebuild
+++ b/dev-cpp/abseil-cpp/abseil-cpp-20230125.2.ebuild
@@ -31,6 +31,10 @@ BDEPEND="
RESTRICT="!test? ( test )"
+PATCHES=(
+ "${FILESDIR}"/${PN}-20230125.2-musl-1.2.4.patch #906218
+)
+
src_prepare() {
cmake_src_prepare