1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/www/chromium/files/patch-base_process_launch__posix.cc
2019-06-13 22:29:19 +00:00

11 lines
230 B
C++

--- base/process/launch_posix.cc.orig 2019-06-04 18:55:15 UTC
+++ base/process/launch_posix.cc
@@ -65,6 +65,7 @@
#error "macOS should use launch_mac.cc"
#endif
+#pragma weak environ
extern char** environ;
namespace base {