aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-remoting_base_mojo__util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-remoting_base_mojo__util.cc')
-rw-r--r--www/ungoogled-chromium/files/patch-remoting_base_mojo__util.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/ungoogled-chromium/files/patch-remoting_base_mojo__util.cc b/www/ungoogled-chromium/files/patch-remoting_base_mojo__util.cc
deleted file mode 100644
index 734eda48e62c..000000000000
--- a/www/ungoogled-chromium/files/patch-remoting_base_mojo__util.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- remoting/base/mojo_util.cc.orig 2023-05-05 12:12:41 UTC
-+++ remoting/base/mojo_util.cc
-@@ -12,7 +12,7 @@ namespace remoting {
-
- void InitializeMojo(const mojo::core::Configuration& config) {
- mojo::core::Configuration new_config = config;
--#if !BUILDFLAG(IS_LINUX)
-+#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD)
- // MojoIpcz has only been tested and verified on Linux. The Windows
- // multi-process architecture doesn't support MojoIpcz yet.
- new_config.disable_ipcz = true;