diff options
Diffstat (limited to 'devel/electron33/files/patch-remoting_host_host__details.cc')
-rw-r--r-- | devel/electron33/files/patch-remoting_host_host__details.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-remoting_host_host__details.cc b/devel/electron33/files/patch-remoting_host_host__details.cc deleted file mode 100644 index 556c96a8d502..000000000000 --- a/devel/electron33/files/patch-remoting_host_host__details.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- remoting/host/host_details.cc.orig 2022-02-28 16:54:41 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"; |