$NetBSD: patch-src_3rdparty_chromium_third__party_blink_public_mojom_BUILD.gn,v 1.2 2022/04/18 11:18:19 adam Exp $ --- src/3rdparty/chromium/third_party/blink/public/mojom/BUILD.gn.orig 2021-02-19 16:41:59.000000000 +0000 +++ src/3rdparty/chromium/third_party/blink/public/mojom/BUILD.gn @@ -265,7 +265,7 @@ mojom("mojom_platform") { } enabled_features = [] - if (is_linux || is_chromeos) { + if (is_linux || is_chromeos || is_bsd) { enabled_features += [ "renderer_pref_system_font_family_name" ] } if (use_x11 || use_ozone) {