1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
freebsd-ports/www/iridium/files/patch-ipc_ipc__channel__common.cc
Carlos J. Puga Medina 66d46c9897 www/iridium: Update to 2019.04.73
Submitted by:	Matthias Wolf <matthias@rheinwolf.de>
2019-06-18 19:24:43 +00:00

12 lines
229 B
C++

--- ipc/ipc_channel_common.cc.orig 2019-03-11 22:00:59 UTC
+++ ipc/ipc_channel_common.cc
@@ -9,7 +9,7 @@
namespace IPC {
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
namespace {
int g_global_pid = 0;