diff options
Diffstat (limited to 'www/iridium/files/patch-remoting_host_evaluate__capability.cc')
-rw-r--r-- | www/iridium/files/patch-remoting_host_evaluate__capability.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/iridium/files/patch-remoting_host_evaluate__capability.cc b/www/iridium/files/patch-remoting_host_evaluate__capability.cc deleted file mode 100644 index 565d577bd91b..000000000000 --- a/www/iridium/files/patch-remoting_host_evaluate__capability.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- remoting/host/evaluate_capability.cc.orig 2019-03-11 22:01:01 UTC -+++ remoting/host/evaluate_capability.cc -@@ -50,7 +50,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; |