diff options
Diffstat (limited to 'devel/electron33/files/patch-mojo_core_BUILD.gn')
-rw-r--r-- | devel/electron33/files/patch-mojo_core_BUILD.gn | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-mojo_core_BUILD.gn b/devel/electron33/files/patch-mojo_core_BUILD.gn deleted file mode 100644 index a9893699f3da..000000000000 --- a/devel/electron33/files/patch-mojo_core_BUILD.gn +++ /dev/null @@ -1,11 +0,0 @@ ---- mojo/core/BUILD.gn.orig 2024-10-16 21:31:35 UTC -+++ mojo/core/BUILD.gn -@@ -161,7 +161,7 @@ source_set("impl_for_embedder") { - ] - } - -- 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", |