external/fontconfig/windowsfonts.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ee9b315713095ff488c4a8553194d64ed1deb448 Author: Tor Lillqvist <[email protected]> AuthorDate: Sat Jan 17 00:49:05 2026 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Sat Jan 17 21:48:47 2026 +0100 Make the windowsfonts.patch apply again Change-Id: Ic6a6dbcb5cbb41a05efaabebc3329f50fdd50443 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197498 Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Tor Lillqvist <[email protected]> diff --git a/external/fontconfig/windowsfonts.patch b/external/fontconfig/windowsfonts.patch index 1c390cdc42e3..96b60bfbe35d 100644 --- a/external/fontconfig/windowsfonts.patch +++ b/external/fontconfig/windowsfonts.patch @@ -35,7 +35,7 @@ well. -_ensureWin32GettersReady (); #endif - static FcChar8 *__fc_userdir = NULL; + static void @@ -1330,23 +1330,29 @@ strcat ((char *)path, "\..\share\fonts"); } else if (strcmp ((const char *)path, "WINDOWSUSERFONTDIR") == 0) {
