summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/patch-remoting_host_host_main_cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium-uc/patches/patch-remoting_host_host_main_cc')
-rw-r--r--www/chromium-uc/patches/patch-remoting_host_host_main_cc32
1 files changed, 0 insertions, 32 deletions
diff --git a/www/chromium-uc/patches/patch-remoting_host_host_main_cc b/www/chromium-uc/patches/patch-remoting_host_host_main_cc
deleted file mode 100644
index 09a9c4d..0000000
--- a/www/chromium-uc/patches/patch-remoting_host_host_main_cc
+++ /dev/null
@@ -1,32 +0,0 @@
1$OpenBSD: patch-remoting_host_host_main_cc,v 1.11 2021/11/16 11:28:47 robert Exp $
2
3Index: remoting/host/host_main.cc
4--- remoting/host/host_main.cc.orig
5+++ remoting/host/host_main.cc
6@@ -50,7 +50,7 @@ int FileChooserMain();
7 int RdpDesktopSessionMain();
8 int UrlForwarderConfiguratorMain();
9 #endif // defined(OS_WIN)
10-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
11+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
12 int XSessionChooserMain();
13 #endif // defined(OS_LINUX) || defined(OS_CHROMEOS)
14
15@@ -63,7 +63,7 @@ const char kUsageMessage[] =
16 "\n"
17 "Options:\n"
18
19-#if defined(OS_LINUX)
20+#if defined(OS_LINUX) || defined(OS_BSD)
21 " --audio-pipe-name=<pipe> - Sets the pipe name to capture audio on "
22 "Linux.\n"
23 #endif // defined(OS_LINUX)
24@@ -152,7 +152,7 @@ MainRoutineFn SelectMainRoutine(const std::string& pro
25 } else if (process_type == kProcessTypeUrlForwarderConfigurator) {
26 main_routine = &UrlForwarderConfiguratorMain;
27 #endif // defined(OS_WIN)
28-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
29+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
30 } else if (process_type == kProcessTypeXSessionChooser) {
31 main_routine = &XSessionChooserMain;
32 #endif // defined(OS_LINUX) || defined(OS_CHROMEOS)