mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
19 lines
584 B
Text
19 lines
584 B
Text
--- mojo/public/tools/bindings/mojom.gni.orig 2023-02-08 09:03:45 UTC
|
|
+++ mojo/public/tools/bindings/mojom.gni
|
|
@@ -696,6 +696,16 @@ template("mojom") {
|
|
enabled_features += [ "is_win" ]
|
|
}
|
|
|
|
+ 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) {
|
|
script = mojom_parser_script
|
|
inputs = mojom_parser_sources + ply_sources + [ build_metadata_filename ]
|