mirror of https://git.FreeBSD.org/ports.git
20 lines
561 B
Plaintext
20 lines
561 B
Plaintext
--- mojo/public/tools/bindings/mojom.gni.orig 2025-05-05 10:57:53 UTC
|
|
+++ mojo/public/tools/bindings/mojom.gni
|
|
@@ -774,6 +774,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")
|