diff options
Diffstat (limited to 'devel/electron37/files/patch-components_live__caption_caption__util.h')
-rw-r--r-- | devel/electron37/files/patch-components_live__caption_caption__util.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-components_live__caption_caption__util.h b/devel/electron37/files/patch-components_live__caption_caption__util.h new file mode 100644 index 000000000000..9edcdaf8c824 --- /dev/null +++ b/devel/electron37/files/patch-components_live__caption_caption__util.h @@ -0,0 +1,11 @@ +--- components/live_caption/caption_util.h.orig 2024-04-15 20:33:54 UTC ++++ components/live_caption/caption_util.h +@@ -15,7 +15,7 @@ namespace captions { + 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) |