SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
www/iridium/patches/patch-remoting_host_base_switches_cc
Normal file
19
www/iridium/patches/patch-remoting_host_base_switches_cc
Normal file
|
@ -0,0 +1,19 @@
|
|||
Index: remoting/host/base/switches.cc
|
||||
--- remoting/host/base/switches.cc.orig
|
||||
+++ remoting/host/base/switches.cc
|
||||
@@ -23,13 +23,13 @@ const char kProcessTypeEvaluateCapability[] = "evaluat
|
||||
const char kProcessTypeFileChooser[] = "file_chooser";
|
||||
const char kProcessTypeUrlForwarderConfigurator[] =
|
||||
"url_forwarder_configurator";
|
||||
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
||||
const char kProcessTypeXSessionChooser[] = "xsession_chooser";
|
||||
#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
||||
|
||||
const char kEvaluateCapabilitySwitchName[] = "evaluate-type";
|
||||
|
||||
-#if BUILDFLAG(IS_LINUX)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
||||
const char kEnableUtempter[] = "enable-utempter";
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue