$OpenBSD: patch-build_gn_run_binary_py,v 1.4 2019/04/17 11:48:53 robert Exp $

Index: build/gn_run_binary.py
--- build/gn_run_binary.py.orig
+++ build/gn_run_binary.py
@@ -22,7 +22,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={"IRIDIUM_EXE_PATH":"${WRKSRC}/out/Release/chrome","LD_LIBRARY_PATH":"${WRKSRC}/out/Release/Release"})
 if ret != 0:
   if ret <= -100:
     # Windows error codes such as 0xC0000005 and 0xC0000409 are much easier to
