Bugzilla – Attachment #66808: fontconfig-bug148693.patch for bug #148693
-- src/fcdir.c
++ src/fcdir.c
if (config && !FcConfigAcceptFilename (config, dir))
return FcTrue;
if (config)
/* do not try to normalize when called from FcConfigAppFontAddDir */
if (config && cache)
dir = FcConfigNormalizeFontDir (config, dir);
/* refuse to scan a directory that can't be normalized. */