mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
11 lines
416 B
C++
11 lines
416 B
C++
--- remoting/host/evaluate_capability.cc.orig 2024-06-25 12:08:48 UTC
|
|
+++ remoting/host/evaluate_capability.cc
|
|
@@ -56,7 +56,7 @@ base::FilePath BuildHostBinaryPath() {
|
|
}
|
|
#endif
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
if (path.BaseName().value() ==
|
|
FILE_PATH_LITERAL("chrome-remote-desktop-host")) {
|
|
return path;
|