aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-mojo_core_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron37/files/patch-mojo_core_BUILD.gn')
-rw-r--r--devel/electron37/files/patch-mojo_core_BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-mojo_core_BUILD.gn b/devel/electron37/files/patch-mojo_core_BUILD.gn
new file mode 100644
index 000000000000..18120a7fd7b5
--- /dev/null
+++ b/devel/electron37/files/patch-mojo_core_BUILD.gn
@@ -0,0 +1,11 @@
+--- mojo/core/BUILD.gn.orig 2025-06-30 07:04:30 UTC
++++ mojo/core/BUILD.gn
+@@ -164,7 +164,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",