ports/www/ungoogled-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
2024-05-20 13:42:05 +00:00
@@ -61,6 +61,9 @@
2023-08-16 22:26:55 +00:00
#error "macOS should use launch_mac.cc"
#endif
+#if defined(OS_FREEBSD)
+#pragma weak environ
+#endif
extern char** environ;
namespace base {