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-v8_tools_run_py
Normal file
12
www/iridium/patches/patch-v8_tools_run_py
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: v8/tools/run.py
|
||||
--- v8/tools/run.py.orig
|
||||
+++ v8/tools/run.py
|
||||
@@ -9,7 +9,7 @@ scripts."""
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
-result = subprocess.call(sys.argv[1:])
|
||||
+sys.exit(subprocess.call(sys.argv[1:], env={"LD_LIBRARY_PATH":"${WRKSRC}/out/Release"}))
|
||||
if result != 0:
|
||||
# Windows error codes such as 0xC0000005 and 0xC0000409 are much easier
|
||||
# to recognize and differentiate in hex.
|
Loading…
Add table
Add a link
Reference in a new issue