aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-tools_json__schema__compiler_feature__compiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-tools_json__schema__compiler_feature__compiler.py')
-rw-r--r--devel/electron13/files/patch-tools_json__schema__compiler_feature__compiler.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-tools_json__schema__compiler_feature__compiler.py b/devel/electron13/files/patch-tools_json__schema__compiler_feature__compiler.py
new file mode 100644
index 000000000000..1b536f60a535
--- /dev/null
+++ b/devel/electron13/files/patch-tools_json__schema__compiler_feature__compiler.py
@@ -0,0 +1,10 @@
+--- tools/json_schema_compiler/feature_compiler.py.orig 2021-07-15 19:14:06 UTC
++++ tools/json_schema_compiler/feature_compiler.py
+@@ -257,6 +257,7 @@ FEATURE_GRAMMAR = ({
+ 'chromeos': 'Feature::CHROMEOS_PLATFORM',
+ 'lacros': 'Feature::LACROS_PLATFORM',
+ 'linux': 'Feature::LINUX_PLATFORM',
++ 'bsd': 'Feature::LINUX_PLATFORM',
+ 'mac': 'Feature::MACOSX_PLATFORM',
+ 'win': 'Feature::WIN_PLATFORM',
+ }