mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
12 lines
263 B
C++
12 lines
263 B
C++
--- base/process/launch_posix.cc.orig 2024-06-22 08:49:42 UTC
|
|
+++ base/process/launch_posix.cc
|
|
@@ -66,6 +66,9 @@
|
|
#error "macOS should use launch_mac.cc"
|
|
#endif
|
|
|
|
+#if defined(OS_FREEBSD)
|
|
+#pragma weak environ
|
|
+#endif
|
|
extern char** environ;
|
|
|
|
namespace base {
|