diff options
Diffstat (limited to 'devel/electron7/files/patch-remoting_host_evaluate__capability.cc')
-rw-r--r-- | devel/electron7/files/patch-remoting_host_evaluate__capability.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron7/files/patch-remoting_host_evaluate__capability.cc b/devel/electron7/files/patch-remoting_host_evaluate__capability.cc deleted file mode 100644 index 0544a8f2fc2f..000000000000 --- a/devel/electron7/files/patch-remoting_host_evaluate__capability.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- remoting/host/evaluate_capability.cc.orig 2019-12-12 12:39:55 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; |