diff options
Diffstat (limited to 'devel/electron35/files/patch-v8_tools_run.py')
| -rw-r--r-- | devel/electron35/files/patch-v8_tools_run.py | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-v8_tools_run.py b/devel/electron35/files/patch-v8_tools_run.py deleted file mode 100644 index c9b15f1c1347..000000000000 --- a/devel/electron35/files/patch-v8_tools_run.py +++ /dev/null @@ -1,11 +0,0 @@ ---- v8/tools/run.py.orig	2024-10-16 21:35:16 UTC -+++ v8/tools/run.py -@@ -21,7 +21,7 @@ if cmd and cmd[0] == '--redirect-stdout': -   kwargs = dict(stdout=subprocess.PIPE) -   cmd = cmd[2:] -  --process = subprocess.Popen(cmd, **kwargs) -+process = subprocess.Popen(cmd, env={"LD_LIBRARY_PATH":"${WRKSRC}/out/Release"}, **kwargs) - stdout, _ = process.communicate() - if stdout_file: -   with stdout_file.open('w') as f:  | 
