$OpenBSD: patch-third_party_crashpad_crashpad_util_misc_uuid_cc,v 1.1 2018/06/06 07:50:54 robert Exp $

Index: third_party/crashpad/crashpad/util/misc/uuid.cc
--- third_party/crashpad/crashpad/util/misc/uuid.cc.orig
+++ third_party/crashpad/crashpad/util/misc/uuid.cc
@@ -95,7 +95,7 @@ bool UUID::InitializeWithNew() {
   InitializeFromBytes(uuid);
   return true;
 #elif defined(OS_WIN) || defined(OS_LINUX) || defined(OS_ANDROID) || \
-    defined(OS_FUCHSIA)
+    defined(OS_FUCHSIA) || defined(OS_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.
