$OpenBSD: patch-src_3rdparty_chromium_components_url_formatter_spoof_checks_idn_spoof_checker_cc,v 1.1 2021/01/19 06:16:33 rsadowski Exp $

Index: src/3rdparty/chromium/components/url_formatter/spoof_checks/idn_spoof_checker.cc
--- src/3rdparty/chromium/components/url_formatter/spoof_checks/idn_spoof_checker.cc.orig
+++ src/3rdparty/chromium/components/url_formatter/spoof_checks/idn_spoof_checker.cc
@@ -271,7 +271,7 @@ IDNSpoofChecker::IDNSpoofChecker() {
   // The ideal fix would be to change the omnibox font used for Thai. In
   // that case, the Linux-only list should be revisited and potentially
   // removed.
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
        "[ทนบพรหเแ๐ดลปฟม]",
 #else
        "[บพเแ๐]",
