# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/classicube/font-path.patch # Copyright (C) 2024 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- diff '--color=auto' -ruN ClassiCube.og/src/Platform_Posix.c ClassiCube/src/Platform_Posix.c --- ClassiCube.og/src/Platform_Posix.c 2024-04-26 15:24:02.070839180 +0000 +++ ClassiCube/src/Platform_Posix.c 2024-04-26 15:02:23.399718327 +0000 @@ -544,6 +544,7 @@ }; #else static const cc_string dirs[] = { + String_FromConst("/usr/X11/share/fonts"), String_FromConst("/usr/share/fonts"), String_FromConst("/usr/local/share/fonts") };