openbsd-ports/www/iridium/patches/patch-remoting_host_ipc_constants_cc
2022-03-28 10:49:12 +00:00

13 lines
467 B
Plaintext

Index: remoting/host/ipc_constants.cc
--- remoting/host/ipc_constants.cc.orig
+++ remoting/host/ipc_constants.cc
@@ -16,7 +16,7 @@ namespace remoting {
namespace {
-#if !defined(NDEBUG) && BUILDFLAG(IS_LINUX)
+#if !defined(NDEBUG) && (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD))
// Use a different IPC name for Linux debug builds so that we can run the host
// directly from out/Debug without interfering with the production host that
// might also be running.