SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
www/iridium/patches/patch-third_party_node_node_py
Normal file
12
www/iridium/patches/patch-third_party_node_node_py
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: third_party/node/node.py
|
||||
--- third_party/node/node.py.orig
|
||||
+++ third_party/node/node.py
|
||||
@@ -16,6 +16,8 @@ def GetBinaryPath():
|
||||
return os_path.join(os_path.dirname(__file__), *{
|
||||
'Darwin': ('mac', darwin_name, 'bin', 'node'),
|
||||
'Linux': ('linux', 'node-linux-x64', 'bin', 'node'),
|
||||
+ 'OpenBSD': ('openbsd', 'node-openbsd', 'bin', 'node'),
|
||||
+ 'FreeBSD': ('freebsd', 'node-freebsd', 'bin', 'node'),
|
||||
'Windows': ('win', 'node.exe'),
|
||||
}[platform.system()])
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue