diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-mojo_public_tools_bindings_mojom_gni')
| -rw-r--r-- | www/chromium-uc/patches/patch-mojo_public_tools_bindings_mojom_gni | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/chromium-uc/patches/patch-mojo_public_tools_bindings_mojom_gni b/www/chromium-uc/patches/patch-mojo_public_tools_bindings_mojom_gni deleted file mode 100644 index ec1c9d6..0000000 --- a/www/chromium-uc/patches/patch-mojo_public_tools_bindings_mojom_gni +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | $OpenBSD: patch-mojo_public_tools_bindings_mojom_gni,v 1.2 2021/11/16 11:28:47 robert Exp $ | ||
| 2 | |||
| 3 | Index: mojo/public/tools/bindings/mojom.gni | ||
| 4 | --- mojo/public/tools/bindings/mojom.gni.orig | ||
| 5 | +++ mojo/public/tools/bindings/mojom.gni | ||
| 6 | @@ -688,6 +688,10 @@ template("mojom") { | ||
| 7 | enabled_features += [ "is_win" ] | ||
| 8 | } | ||
| 9 | |||
| 10 | + if (is_openbsd) { | ||
| 11 | + enabled_features += [ "is_openbsd" ] | ||
| 12 | + } | ||
| 13 | + | ||
| 14 | action(parser_target_name) { | ||
| 15 | script = mojom_parser_script | ||
| 16 | inputs = mojom_parser_sources + [ build_metadata_filename ] | ||
