aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-tools_json__schema__compiler_feature__compiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-tools_json__schema__compiler_feature__compiler.py')
-rw-r--r--devel/electron33/files/patch-tools_json__schema__compiler_feature__compiler.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-tools_json__schema__compiler_feature__compiler.py b/devel/electron33/files/patch-tools_json__schema__compiler_feature__compiler.py
deleted file mode 100644
index affd2af3b987..000000000000
--- a/devel/electron33/files/patch-tools_json__schema__compiler_feature__compiler.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/json_schema_compiler/feature_compiler.py.orig 2024-10-16 21:32:37 UTC
-+++ tools/json_schema_compiler/feature_compiler.py
-@@ -292,6 +292,8 @@ FEATURE_GRAMMAR = ({
- 'linux': 'Feature::LINUX_PLATFORM',
- 'mac': 'Feature::MACOSX_PLATFORM',
- 'win': 'Feature::WIN_PLATFORM',
-+ 'openbsd': 'Feature::LINUX_PLATFORM',
-+ 'freebsd': 'Feature::LINUX_PLATFORM',
- }
- }
- },