ports/www/iridium/patches/patch-ipc_ipc_channel_common_cc

13 lines
298 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: ipc/ipc_channel_common.cc
--- ipc/ipc_channel_common.cc.orig
+++ ipc/ipc_channel_common.cc
@@ -10,7 +10,7 @@
namespace IPC {
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
namespace {
int g_global_pid = 0;