aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-build_gn__run__binary.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-build_gn__run__binary.py')
-rw-r--r--devel/electron33/files/patch-build_gn__run__binary.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-build_gn__run__binary.py b/devel/electron33/files/patch-build_gn__run__binary.py
deleted file mode 100644
index 08fb97b6a1e9..000000000000
--- a/devel/electron33/files/patch-build_gn__run__binary.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- build/gn_run_binary.py.orig 2023-03-30 00:33:39 UTC
-+++ build/gn_run_binary.py
-@@ -23,7 +23,7 @@ if not os.path.isabs(path):
- # The rest of the arguments are passed directly to the executable.
- args = [path] + sys.argv[2:]
-
--ret = subprocess.call(args)
-+ret = subprocess.call(args, env={"CHROME_EXE_PATH":"${WRKSRC}/out/Release/chrome","LD_LIBRARY_PATH":"${WRKSRC}/out/Release"})
- if ret != 0:
- if ret <= -100:
- # Windows error codes such as 0xC0000005 and 0xC0000409 are much easier to