aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-third__party_crashpad_crashpad_util_misc_uuid.cc
blob: a7f6fab5f5e6419d13dc40ccd61b7be901744d41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/crashpad/crashpad/util/misc/uuid.cc.orig	2024-06-18 21:43:57 UTC
+++ third_party/crashpad/crashpad/util/misc/uuid.cc
@@ -110,7 +110,7 @@ bool UUID::InitializeWithNew() {
   InitializeFromBytes(uuid);
   return true;
 #elif BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \
-    BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA)
+    BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
   // Linux, Android, and Fuchsia do not provide a UUID generator in a
   // widely-available system library. On Linux and Android, uuid_generate()
   // from libuuid is not available everywhere.