mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
Approved by: rene (mentor, implicit) Security: https://vuxml.freebsd.org/freebsd/2f22927f-26ea-11ee-8290-a8a1599412c6.html
11 lines
474 B
C++
11 lines
474 B
C++
--- components/live_caption/caption_util.h.orig 2023-07-16 15:47:57 UTC
|
|
+++ components/live_caption/caption_util.h
|
|
@@ -14,7 +14,7 @@ class PrefService;
|
|
namespace captions {
|
|
|
|
#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || \
|
|
- BUILDFLAG(IS_MAC)
|
|
+ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
|
|
extern const char kCaptionSettingsUrl[];
|
|
#endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) ||
|
|
// BUILDFLAG(IS_MAC)
|