Pretend that stat's mtime is broken, so that the fontconfig cache does not depend upon modification time to determine if a cache is stale. diff --git a/src/fcstat.c b/src/fcstat.c index 5a2bd7c..d603a96 100644 --- a/src/fcstat.c +++ b/src/fcstat.c @@ -431,6 +431,7 @@ FcIsFsMmapSafe (int fd) FcBool FcIsFsMtimeBroken (const FcChar8 *dir) { + return FcTrue; int fd = FcOpen ((const char *) dir, O_RDONLY); if (fd != -1) go' rowspan='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/ppsspp-disable-upgrade-and-gold.patch
AgeCommit message (Expand)Author
2022-01-23gnu: ppsspp: Update to 1.12.3....Liliana Marie Prikler
2021-09-25Update copyright assignments for Liliana Marie Prikler....Liliana Marie Prikler
2021-06-06gnu: ppsspp: Update to 1.11.3-1.69fa207....Maxim Cournoyer