mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
11 lines
571 B
C++
11 lines
571 B
C++
--- content/app/content_main.cc.orig 2023-02-08 09:03:45 UTC
|
|
+++ content/app/content_main.cc
|
|
@@ -228,7 +228,7 @@ RunContentProcess(ContentMainParams params,
|
|
#endif
|
|
base::EnableTerminationOnOutOfMemory();
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
// The various desktop environments set this environment variable that
|
|
// allows the dbus client library to connect directly to the bus. When this
|
|
// variable is not set (test environments like xvfb-run), the dbus client
|