SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
www/iridium/patches/patch-remoting_base_chromoting_event_cc
Normal file
12
www/iridium/patches/patch-remoting_base_chromoting_event_cc
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: remoting/base/chromoting_event.cc
|
||||
--- remoting/base/chromoting_event.cc.orig
|
||||
+++ remoting/base/chromoting_event.cc
|
||||
@@ -192,7 +192,7 @@ void ChromotingEvent::AddSystemInfo() {
|
||||
SetString(kCpuKey, base::SysInfo::OperatingSystemArchitecture());
|
||||
SetString(kOsVersionKey, base::SysInfo::OperatingSystemVersion());
|
||||
SetString(kWebAppVersionKey, STRINGIZE(VERSION));
|
||||
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
||||
Os os = Os::CHROMOTING_LINUX;
|
||||
#elif BUILDFLAG(IS_CHROMEOS_ASH)
|
||||
Os os = Os::CHROMOTING_CHROMEOS;
|
Loading…
Add table
Add a link
Reference in a new issue