summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-base_test_generate__fontconfig__caches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-base_test_generate__fontconfig__caches.cc')
-rw-r--r--www/iridium/files/patch-base_test_generate__fontconfig__caches.cc17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/iridium/files/patch-base_test_generate__fontconfig__caches.cc b/www/iridium/files/patch-base_test_generate__fontconfig__caches.cc
deleted file mode 100644
index 60cb0527b5f4..000000000000
--- a/www/iridium/files/patch-base_test_generate__fontconfig__caches.cc
+++ /dev/null
@@ -1,17 +0,0 @@
---- base/test/generate_fontconfig_caches.cc.orig 2019-12-16 21:51:21 UTC
-+++ base/test/generate_fontconfig_caches.cc
-@@ -59,7 +59,14 @@ int main() {
- FcFini();
-
- // Check existence of intended fontconfig cache file.
-+#if defined(OS_BSD)
-+ // Our version of fontconfig is too old to respect .uuid files in font directories,
-+ // so we check for the CACHEDIR.TAG file instead
- CHECK(base::PathExists(
-+ fontconfig_caches.Append("CACHEDIR.TAG")));
-+#else
-+ CHECK(base::PathExists(
- fontconfig_caches.Append(base::StrCat({uuid, "-le64.cache-7"}))));
-+#endif
- return 0;
- }