pkgsrc-wip/chromium/patches/patch-remoting_host_host__d...

14 lines
381 B
C++

$NetBSD$
--- remoting/host/host_details.cc.orig 2020-07-15 18:56:01.000000000 +0000
+++ remoting/host/host_details.cc
@@ -22,7 +22,7 @@ std::string GetHostOperatingSystemName()
return "Mac";
#elif defined(OS_CHROMEOS)
return "ChromeOS";
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
return "Linux";
#elif defined(OS_ANDROID)
return "Android";