aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-third__party_test__fonts_fontconfig_generate__fontconfig__caches.cc
blob: 418a72bc2886756970b26588c3b2c63aa07279bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/test_fonts/fontconfig/generate_fontconfig_caches.cc.orig	2023-03-30 00:34:16 UTC
+++ third_party/test_fonts/fontconfig/generate_fontconfig_caches.cc
@@ -56,7 +56,7 @@ int main() {
   FcFini();
 
   // Check existence of intended fontconfig cache file.
-  auto cache = fontconfig_caches + "/" + kCacheKey + "-le64.cache-9";
+  auto cache = fontconfig_caches + "/" + kCacheKey + "-le64.cache-" + FC_CACHE_VERSION;
   bool cache_exists = access(cache.c_str(), F_OK) == 0;
   return !cache_exists;
 }