aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-third__party_node_node.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-third__party_node_node.py')
-rw-r--r--devel/electron12/files/patch-third__party_node_node.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/electron12/files/patch-third__party_node_node.py b/devel/electron12/files/patch-third__party_node_node.py
deleted file mode 100644
index fa61871dc938..000000000000
--- a/devel/electron12/files/patch-third__party_node_node.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- third_party/node/node.py.orig 2021-01-07 00:37:23 UTC
-+++ third_party/node/node.py
-@@ -13,6 +13,7 @@ import os
- def GetBinaryPath():
- return os_path.join(os_path.dirname(__file__), *{
- 'Darwin': ('mac', 'node-darwin-x64', 'bin', 'node'),
-+ 'FreeBSD': ('freebsd', 'node-freebsd-x64', 'bin', 'node'),
- 'Linux': ('linux', 'node-linux-x64', 'bin', 'node'),
- 'Windows': ('win', 'node.exe'),
- }[platform.system()])