aboutsummaryrefslogtreecommitdiff
path: root/devel/electron18/files/patch-remoting_host_host__details.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron18/files/patch-remoting_host_host__details.cc')
-rw-r--r--devel/electron18/files/patch-remoting_host_host__details.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron18/files/patch-remoting_host_host__details.cc b/devel/electron18/files/patch-remoting_host_host__details.cc
new file mode 100644
index 000000000000..d4bc7221cbb3
--- /dev/null
+++ b/devel/electron18/files/patch-remoting_host_host__details.cc
@@ -0,0 +1,11 @@
+--- remoting/host/host_details.cc.orig 2022-05-19 03:45:37 UTC
++++ remoting/host/host_details.cc
+@@ -23,7 +23,7 @@ std::string GetHostOperatingSystemName() {
+ return "Mac";
+ #elif BUILDFLAG(IS_CHROMEOS_ASH)
+ return "ChromeOS";
+-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
+ return "Linux";
+ #elif BUILDFLAG(IS_ANDROID)
+ return "Android";