diff options
Diffstat (limited to 'devel/electron37/files/patch-tools_json__schema__compiler_feature__compiler.py')
-rw-r--r-- | devel/electron37/files/patch-tools_json__schema__compiler_feature__compiler.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-tools_json__schema__compiler_feature__compiler.py b/devel/electron37/files/patch-tools_json__schema__compiler_feature__compiler.py new file mode 100644 index 000000000000..2a5f458452cc --- /dev/null +++ b/devel/electron37/files/patch-tools_json__schema__compiler_feature__compiler.py @@ -0,0 +1,11 @@ +--- tools/json_schema_compiler/feature_compiler.py.orig 2025-04-22 20:15:27 UTC ++++ tools/json_schema_compiler/feature_compiler.py +@@ -289,6 +289,8 @@ FEATURE_GRAMMAR = ({ + 'linux': 'Feature::LINUX_PLATFORM', + 'mac': 'Feature::MACOSX_PLATFORM', + 'win': 'Feature::WIN_PLATFORM', ++ 'openbsd': 'Feature::LINUX_PLATFORM', ++ 'freebsd': 'Feature::LINUX_PLATFORM', + } + } + }, |