$OpenBSD: patch-toolkit_moz_configure,v 1.4 2021/11/17 21:29:31 sdk Exp $

Required to make font fingerprinting defenses work.

Index: toolkit/moz.configure
--- toolkit/moz.configure.orig
+++ toolkit/moz.configure
@@ -1581,7 +1581,7 @@ set_config(
 
 @depends(target)
 def bundled_fonts_default(target):
-    return target.os == "WINNT" or target.kernel == "Linux"
+    return target.os == "WINNT" or target.kernel == "Linux" or target.os == "OpenBSD"
 
 
 @depends(build_project)
