diff options
Diffstat (limited to 'openembedded/packages/fontconfig/files')
-rw-r--r-- | openembedded/packages/fontconfig/files/stop-fc-cache.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openembedded/packages/fontconfig/files/stop-fc-cache.patch b/openembedded/packages/fontconfig/files/stop-fc-cache.patch new file mode 100644 index 0000000000..7b549118f9 --- /dev/null +++ b/openembedded/packages/fontconfig/files/stop-fc-cache.patch | |||
@@ -0,0 +1,8 @@ | |||
1 | --- fontconfig-2.2.95/Makefile.am.old 2006-02-07 01:01:01.000000000 +0000 | ||
2 | +++ fontconfig-2.2.95/Makefile.am 2006-02-07 01:01:15.000000000 +0000 | ||
3 | @@ -50,4 +50,4 @@ | ||
4 | echo " $(INSTALL_DATA) local.conf $(DESTDIR)$(configdir)/local.conf"; \ | ||
5 | $(INSTALL_DATA) local.conf $(DESTDIR)$(configdir)/local.conf; \ | ||
6 | fi; fi; fi | ||
7 | - if [ x$(DESTDIR) = x ]; then fc-cache/fc-cache -f -v; fi | ||
8 | +# if [ x$(DESTDIR) = x ]; then fc-cache/fc-cache -f -v; fi | ||