diff options
Diffstat (limited to 'devel/electron38/files/patch-mojo_core_BUILD.gn')
-rw-r--r-- | devel/electron38/files/patch-mojo_core_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-mojo_core_BUILD.gn b/devel/electron38/files/patch-mojo_core_BUILD.gn new file mode 100644 index 000000000000..ef343e38efc2 --- /dev/null +++ b/devel/electron38/files/patch-mojo_core_BUILD.gn @@ -0,0 +1,11 @@ +--- mojo/core/BUILD.gn.orig 2025-08-26 20:49:50 UTC ++++ mojo/core/BUILD.gn +@@ -161,7 +161,7 @@ source_set("impl_for_embedder") { + "channel_posix.h", + ] + +- if (is_linux || is_chromeos || is_android) { ++ if ((is_linux || is_chromeos || is_android) && !is_bsd) { + sources += [ + "channel_linux.cc", + "channel_linux.h", |