aboutsummaryrefslogtreecommitdiff
path: root/devel/electron32/files/patch-mojo_core_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron32/files/patch-mojo_core_BUILD.gn')
-rw-r--r--devel/electron32/files/patch-mojo_core_BUILD.gn11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-mojo_core_BUILD.gn b/devel/electron32/files/patch-mojo_core_BUILD.gn
deleted file mode 100644
index a47ecdd9ec14..000000000000
--- a/devel/electron32/files/patch-mojo_core_BUILD.gn
+++ /dev/null
@@ -1,11 +0,0 @@
---- mojo/core/BUILD.gn.orig 2023-05-25 00:41:59 UTC
-+++ mojo/core/BUILD.gn
-@@ -166,7 +166,7 @@ template("core_impl_source_set") {
- ]
- }
-
-- if ((is_linux || is_chromeos || is_android) && !is_nacl) {
-+ if ((is_linux || is_chromeos || is_android) && !is_nacl && !is_bsd) {
- sources += [
- "channel_linux.cc",
- "channel_linux.h",