From 06a832ee8dc55cc8d53f0e49272f33594e941784 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 30 Mar 2022 17:18:34 +0200 Subject: www/iridium: resurrect, update to 2022.03.99.1 Sync the port to www/chromium and the shared *BSD patchset This port no longer uses Python 2.7 --- www/iridium/files/patch-base_rand__util.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/iridium/files/patch-base_rand__util.h (limited to 'www/iridium/files/patch-base_rand__util.h') diff --git a/www/iridium/files/patch-base_rand__util.h b/www/iridium/files/patch-base_rand__util.h new file mode 100644 index 000000000000..b3634df57b2b --- /dev/null +++ b/www/iridium/files/patch-base_rand__util.h @@ -0,0 +1,11 @@ +--- base/rand_util.h.orig 2022-03-28 18:11:04 UTC ++++ base/rand_util.h +@@ -77,7 +77,7 @@ void RandomShuffle(Itr first, Itr last) { + std::shuffle(first, last, RandomBitGenerator()); + } + +-#if BUILDFLAG(IS_POSIX) ++#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_OPENBSD) + BASE_EXPORT int GetUrandomFD(); + #endif + -- cgit v1.2.3