From e4ae37c7337965c236a151a68fb4fc4414cf4a03 Mon Sep 17 00:00:00 2001 From: aflinta Date: Sun, 9 Mar 2003 14:06:26 +0000 Subject: [PATCH] - disabled fccache during compilation Changed files: XFree86-fonts-do_not_run_fccache.patch -> 1.1 --- XFree86-fonts-do_not_run_fccache.patch | 36 ++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 XFree86-fonts-do_not_run_fccache.patch 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 -- 2.43.0