]> git.pld-linux.org Git - packages/XFree86-fonts.git/blob - XFree86-fonts-do_not_run_fccache.patch
- disabled fccache during compilation
[packages/XFree86-fonts.git] / XFree86-fonts-do_not_run_fccache.patch
1 diff -urN xc.orig/fonts/scaled/TTF/Imakefile xc/fonts/scaled/TTF/Imakefile
2 --- xc.orig/fonts/scaled/TTF/Imakefile  Sun Mar  9 13:47:53 2003
3 +++ xc/fonts/scaled/TTF/Imakefile       Sun Mar  9 14:47:49 2003
4 @@ -11,14 +11,12 @@
5  MakeFontsDir(fonts.scale)
6  
7  #if UseFreetype2
8 -MakeFcCache($(FONTS))
9  #endif
10  
11  InstallFonts($(FONTINSTDIR))
12  InstallFontScale($(FONTINSTDIR))
13  InstallEncodingsDir($(ENCODINGSSRC),$(FONTINSTDIR))
14  #if UseFreetype2
15 -InstallFcCache($(FONTINSTDIR))
16  #endif
17  
18  #ifdef IHaveSubdirs
19 diff -urN xc.orig/fonts/scaled/Type1/Imakefile xc/fonts/scaled/Type1/Imakefile
20 --- xc.orig/fonts/scaled/Type1/Imakefile        Sun Mar  9 13:47:53 2003
21 +++ xc/fonts/scaled/Type1/Imakefile     Sun Mar  9 14:25:27 2003
22 @@ -32,14 +32,12 @@
23  
24  MakeFontsDir(fonts.scale)
25  #if UseFreetype2
26 -MakeFcCache($(FONTS))
27  #endif
28  
29  InstallFonts($(FONTINSTDIR))
30  InstallFontScale($(FONTINSTDIR))
31  InstallEncodingsDir($(ENCODINGSSRC),$(FONTINSTDIR))
32  #if UseFreetype2
33 -InstallFcCache($(FONTINSTDIR))
34  #endif
35  
36  #ifdef IHaveSubdirs
This page took 0.038191 seconds and 3 git commands to generate.