$OpenBSD: patch-src_uc2_utils_fs_py,v 1.1.1.1 2018/07/16 19:50:36 rsadowski Exp $

Index: src/uc2/utils/fs.py
--- src/uc2/utils/fs.py.orig
+++ src/uc2/utils/fs.py
@@ -194,6 +194,9 @@ def get_system_fontdirs():
     if system.get_os_family() == system.LINUX:
         home = os.path.expanduser('~')
         return ['/usr/share/fonts', os.path.join(home, '.fonts')]
+    if system.get_os_family() == system.OPENBSD:
+        home = os.path.expanduser('~')
+        return ['${PREFIX}/share/fonts', os.path.join(home, '.fonts')]
     if system.get_os_family() == system.WINDOWS:
         try:
             import _winreg
