diff options
Diffstat (limited to 'devel/electron32/files/patch-tools_json__schema__compiler_feature__compiler.py')
-rw-r--r-- | devel/electron32/files/patch-tools_json__schema__compiler_feature__compiler.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-tools_json__schema__compiler_feature__compiler.py b/devel/electron32/files/patch-tools_json__schema__compiler_feature__compiler.py deleted file mode 100644 index c0ab321af7d0..000000000000 --- a/devel/electron32/files/patch-tools_json__schema__compiler_feature__compiler.py +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/json_schema_compiler/feature_compiler.py.orig 2024-06-18 21:44:01 UTC -+++ tools/json_schema_compiler/feature_compiler.py -@@ -277,6 +277,8 @@ FEATURE_GRAMMAR = ({ - 'linux': 'Feature::LINUX_PLATFORM', - 'mac': 'Feature::MACOSX_PLATFORM', - 'win': 'Feature::WIN_PLATFORM', -+ 'openbsd': 'Feature::LINUX_PLATFORM', -+ 'freebsd': 'Feature::LINUX_PLATFORM', - } - } - }, |