summaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-remoting_test_it2me__standalone__host.cc
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2021-11-24 17:28:24 +0900
committerHiroki Tagato <tagattie@FreeBSD.org>2021-11-24 17:30:52 +0900
commit4da4f5edbf9de5c4269cf66d70044f4cb3abdc41 (patch)
tree21363ca7518a943c48bde3a669c78444685f832e /devel/electron12/files/patch-remoting_test_it2me__standalone__host.cc
parentports-mgmt/octopkg: update description and WWW (diff)
devel/electron13: update to 13.6.2 (and rename from devel/electron12)
Changelog: https://www.electronjs.org/blog/electron-13-0
Diffstat (limited to 'devel/electron12/files/patch-remoting_test_it2me__standalone__host.cc')
-rw-r--r--devel/electron12/files/patch-remoting_test_it2me__standalone__host.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron12/files/patch-remoting_test_it2me__standalone__host.cc b/devel/electron12/files/patch-remoting_test_it2me__standalone__host.cc
deleted file mode 100644
index 09363a7de632..000000000000
--- a/devel/electron12/files/patch-remoting_test_it2me__standalone__host.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- remoting/test/it2me_standalone_host.cc.orig 2021-01-07 00:36:39 UTC
-+++ remoting/test/it2me_standalone_host.cc
-@@ -49,7 +49,7 @@ It2MeStandaloneHost::It2MeStandaloneHost()
- context_->ui_task_runner()),
- connection_(base::WrapUnique(new testing::NiceMock<MockSession>())),
- session_jid_(kSessionJid),
--#if defined(OS_LINUX) || defined(OS_CHROMEOS)
-+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
- // We cannot support audio capturing for linux, since a pipe name is
- // needed to initialize AudioCapturerLinux.
- config_(protocol::SessionConfig::ForTest()),