ports/www/iridium/files/patch-base_process_launch__posix.cc
2025-04-17 14:21:51 +02:00

12 lines
263 B
C++

--- base/process/launch_posix.cc.orig 2025-04-16 18:18:42 UTC
+++ base/process/launch_posix.cc
@@ -62,6 +62,9 @@
#error "macOS should use launch_mac.cc"
#endif
+#if defined(OS_FREEBSD)
+#pragma weak environ
+#endif
extern char** environ;
namespace base {