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

14 lines
380 B
C++

$NetBSD$
--- remoting/host/evaluate_capability.cc.orig 2020-07-15 18:56:01.000000000 +0000
+++ remoting/host/evaluate_capability.cc
@@ -51,7 +51,7 @@ base::FilePath BuildHostBinaryPath() {
}
#endif
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
if (path.BaseName().value() ==
FILE_PATH_LITERAL("chrome-remote-desktop-host")) {
return path;