From 06a832ee8dc55cc8d53f0e49272f33594e941784 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 30 Mar 2022 17:18:34 +0200 Subject: www/iridium: resurrect, update to 2022.03.99.1 Sync the port to www/chromium and the shared *BSD patchset This port no longer uses Python 2.7 --- www/iridium/files/patch-v8_tools_run.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/iridium/files/patch-v8_tools_run.py (limited to 'www/iridium/files/patch-v8_tools_run.py') diff --git a/www/iridium/files/patch-v8_tools_run.py b/www/iridium/files/patch-v8_tools_run.py new file mode 100644 index 000000000000..44e49b76dadd --- /dev/null +++ b/www/iridium/files/patch-v8_tools_run.py @@ -0,0 +1,11 @@ +--- v8/tools/run.py.orig 2022-03-28 18:11:04 UTC ++++ v8/tools/run.py +@@ -11,7 +11,7 @@ from __future__ import print_function + 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. -- cgit v1.2.3