summaryrefslogtreecommitdiff
path: root/dev-cpp/abseil-cpp/files
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-07-07 01:25:07 +0100
committerSam James <sam@gentoo.org>2024-07-07 01:25:07 +0100
commita0dfb5fe757ed1482b59f14c1e5068f40b625972 (patch)
tree19008ca9c7612247ce1567a17d62c64d3a7bf102 /dev-cpp/abseil-cpp/files
parentb40811ec316a630d6a48f185e6459f235c83413d (diff)
downloadgentoo-a0dfb5fe757ed1482b59f14c1e5068f40b625972.tar.gz
gentoo-a0dfb5fe757ed1482b59f14c1e5068f40b625972.tar.bz2
gentoo-a0dfb5fe757ed1482b59f14c1e5068f40b625972.zip
dev-cpp/abseil-cpp: fix build without tests
Closes: https://bugs.gentoo.org/935417 Thanks-to: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/abseil-cpp/files')
-rw-r--r--dev-cpp/abseil-cpp/files/abseil-cpp-random-tests.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-cpp/abseil-cpp/files/abseil-cpp-random-tests.patch b/dev-cpp/abseil-cpp/files/abseil-cpp-random-tests.patch
new file mode 100644
index 000000000000..769ac6a56e39
--- /dev/null
+++ b/dev-cpp/abseil-cpp/files/abseil-cpp-random-tests.patch
@@ -0,0 +1,19 @@
+https://github.com/abseil/abseil-cpp/issues/1528
+
+From: Paul Zander <negril.nx+gentoo@gmail.com>
+Date: Sat, 7 Jul 2024 01:53:19 +0200
+Subject: [PATCH] remove abseil::random_internal_mock_overload_set
+See-Also: https://bugs.gentoo.org/935417
+
+diff --git a/absl/random/CMakeLists.txt b/absl/random/CMakeLists.txt
+index bd363d8..7692a35 100644
+--- a/absl/random/CMakeLists.txt
++++ b/absl/random/CMakeLists.txt
+@@ -112,7 +112,6 @@ absl_cc_library(
+ absl::raw_logging_internal
+ absl::random_distributions
+ absl::random_internal_distribution_caller
+- absl::random_internal_mock_overload_set
+ absl::random_random
+ absl::strings
+ absl::span