mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
12 lines
490 B
Diff
12 lines
490 B
Diff
--- ./third_party/test_fonts/fontconfig/generate_fontconfig_caches.cc.orig
|
|
+++ ./third_party/test_fonts/fontconfig/generate_fontconfig_caches.cc
|
|
@@ -56,7 +56,7 @@
|
|
FcFini();
|
|
|
|
// Check existence of intended fontconfig cache file.
|
|
- auto cache = fontconfig_caches + "/" + kCacheKey + "-le64.cache-reindex1-10";
|
|
+ auto cache = fontconfig_caches + "/" + kCacheKey + "-le64.cache-" + FC_CACHE_VERSION;
|
|
bool cache_exists = access(cache.c_str(), F_OK) == 0;
|
|
return !cache_exists;
|
|
}
|