SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
30
www/iridium/patches/patch-remoting_host_host_main_cc
Normal file
30
www/iridium/patches/patch-remoting_host_host_main_cc
Normal file
|
@ -0,0 +1,30 @@
|
|||
Index: remoting/host/host_main.cc
|
||||
--- remoting/host/host_main.cc.orig
|
||||
+++ remoting/host/host_main.cc
|
||||
@@ -50,7 +50,7 @@ int FileChooserMain();
|
||||
int RdpDesktopSessionMain();
|
||||
int UrlForwarderConfiguratorMain();
|
||||
#endif // BUILDFLAG(IS_WIN)
|
||||
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
||||
int XSessionChooserMain();
|
||||
#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
||||
|
||||
@@ -63,7 +63,7 @@ const char kUsageMessage[] =
|
||||
"\n"
|
||||
"Options:\n"
|
||||
|
||||
-#if BUILDFLAG(IS_LINUX)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
||||
" --audio-pipe-name=<pipe> - Sets the pipe name to capture audio on "
|
||||
"Linux.\n"
|
||||
#endif // BUILDFLAG(IS_LINUX)
|
||||
@@ -156,7 +156,7 @@ MainRoutineFn SelectMainRoutine(const std::string& pro
|
||||
} else if (process_type == kProcessTypeUrlForwarderConfigurator) {
|
||||
main_routine = &UrlForwarderConfiguratorMain;
|
||||
#endif // BUILDFLAG(IS_WIN)
|
||||
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
||||
} else if (process_type == kProcessTypeXSessionChooser) {
|
||||
main_routine = &XSessionChooserMain;
|
||||
#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
Loading…
Add table
Add a link
Reference in a new issue