aboutsummaryrefslogtreecommitdiff
path: root/devel/electron39/files/patch-mojo_public_tools_bindings_mojom.gni
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron39/files/patch-mojo_public_tools_bindings_mojom.gni')
-rw-r--r--devel/electron39/files/patch-mojo_public_tools_bindings_mojom.gni19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/electron39/files/patch-mojo_public_tools_bindings_mojom.gni b/devel/electron39/files/patch-mojo_public_tools_bindings_mojom.gni
new file mode 100644
index 000000000000..efeb5bf33e57
--- /dev/null
+++ b/devel/electron39/files/patch-mojo_public_tools_bindings_mojom.gni
@@ -0,0 +1,19 @@
+--- mojo/public/tools/bindings/mojom.gni.orig 2025-10-21 20:19:54 UTC
++++ mojo/public/tools/bindings/mojom.gni
+@@ -763,6 +763,16 @@ template("mojom") {
+ enabled_features += [ "is_apple" ]
+ }
+
++ if (is_openbsd) {
++ enabled_features += [ "is_openbsd" ]
++ enabled_features += [ "is_bsd" ]
++ }
++
++ if (is_freebsd) {
++ enabled_features += [ "is_freebsd" ]
++ enabled_features += [ "is_bsd" ]
++ }
++
+ action_outputs = []
+ foreach(base_path, output_file_base_paths) {
+ filename = get_path_info(base_path, "file")