opnsense-ports/devel/electron32/files/patch-mojo_public_tools_bindings_mojom.gni
Franco Fichtner fd3bf1794a */*: sync with upstream
Taken from: FreeBSD
2024-09-23 09:02:17 +02:00

19 lines
498 B
Text

--- mojo/public/tools/bindings/mojom.gni.orig 2024-08-14 20:55:07 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(parser_target_name) {
allow_remote = true