summaryrefslogtreecommitdiff
path: root/mac/fontconfig-disablecache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mac/fontconfig-disablecache.patch')
-rw-r--r--mac/fontconfig-disablecache.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/mac/fontconfig-disablecache.patch b/mac/fontconfig-disablecache.patch
new file mode 100644
index 0000000..a00d847
--- /dev/null
+++ b/mac/fontconfig-disablecache.patch
@@ -0,0 +1,12 @@
+57c57
+< #if CROSS_COMPILING
+---
+> if CROSS_COMPILING
+59,61c59,61
+< #else
+< # RUN_FC_CACHE_TEST=test -z "$(DESTDIR)"
+< #endif
+---
+> else
+> RUN_FC_CACHE_TEST=test -z "$(DESTDIR)"
+> endif