ports/www/chromium/patches/patch-base_process_launch_posix_cc

14 lines
275 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: base/process/launch_posix.cc
--- base/process/launch_posix.cc.orig
+++ base/process/launch_posix.cc
@@ -64,6 +64,9 @@
#error "macOS should use launch_mac.cc"
#endif
+#if defined(OS_FREEBSD)
+#pragma weak environ
+#endif
extern char** environ;
namespace base {