mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
11 lines
504 B
C++
11 lines
504 B
C++
--- components/security_interstitials/content/utils.cc.orig 2025-02-22 18:06:53 UTC
|
|
+++ components/security_interstitials/content/utils.cc
|
|
@@ -37,7 +37,7 @@ void LaunchDateAndTimeSettings() {
|
|
#if BUILDFLAG(IS_ANDROID)
|
|
JNIEnv* env = base::android::AttachCurrentThread();
|
|
Java_DateAndTimeSettingsHelper_openDateAndTimeSettings(env);
|
|
-#elif BUILDFLAG(IS_LINUX)
|
|
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
struct ClockCommand {
|
|
const char* const pathname;
|
|
const char* const argument;
|