From: aflinta Date: Sun, 9 Mar 2003 14:06:26 +0000 (+0000) Subject: - disabled fccache during compilation X-Git-Tag: auto/ac/XFree86-fonts-4_3_99_11-1~26 X-Git-Url: http://git.pld-linux.org/?p=packages%2FXFree86-fonts.git;a=commitdiff_plain;h=e4ae37c7337965c236a151a68fb4fc4414cf4a03 - disabled fccache during compilation Changed files: XFree86-fonts-do_not_run_fccache.patch -> 1.1 --- diff --git a/XFree86-fonts-do_not_run_fccache.patch b/XFree86-fonts-do_not_run_fccache.patch new file mode 100644 index 0000000..39e3923 --- /dev/null +++ b/XFree86-fonts-do_not_run_fccache.patch @@ -0,0 +1,36 @@ +diff -urN xc.orig/fonts/scaled/TTF/Imakefile xc/fonts/scaled/TTF/Imakefile +--- xc.orig/fonts/scaled/TTF/Imakefile Sun Mar 9 13:47:53 2003 ++++ xc/fonts/scaled/TTF/Imakefile Sun Mar 9 14:47:49 2003 +@@ -11,14 +11,12 @@ + MakeFontsDir(fonts.scale) + + #if UseFreetype2 +-MakeFcCache($(FONTS)) + #endif + + InstallFonts($(FONTINSTDIR)) + InstallFontScale($(FONTINSTDIR)) + InstallEncodingsDir($(ENCODINGSSRC),$(FONTINSTDIR)) + #if UseFreetype2 +-InstallFcCache($(FONTINSTDIR)) + #endif + + #ifdef IHaveSubdirs +diff -urN xc.orig/fonts/scaled/Type1/Imakefile xc/fonts/scaled/Type1/Imakefile +--- xc.orig/fonts/scaled/Type1/Imakefile Sun Mar 9 13:47:53 2003 ++++ xc/fonts/scaled/Type1/Imakefile Sun Mar 9 14:25:27 2003 +@@ -32,14 +32,12 @@ + + MakeFontsDir(fonts.scale) + #if UseFreetype2 +-MakeFcCache($(FONTS)) + #endif + + InstallFonts($(FONTINSTDIR)) + InstallFontScale($(FONTINSTDIR)) + InstallEncodingsDir($(ENCODINGSSRC),$(FONTINSTDIR)) + #if UseFreetype2 +-InstallFcCache($(FONTINSTDIR)) + #endif + + #ifdef IHaveSubdirs