mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
fde2530e82
Changelog: https://chromium.googlesource.com/chromium/src/+log/74.0.3729.169..75.0.3770.80?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de>
11 lines
230 B
C++
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 {
|