]> git.pld-linux.org Git - packages/XFree86-fonts.git/commitdiff
- disabled fccache during compilation
authoraflinta <aflinta@pld-linux.org>
Sun, 9 Mar 2003 14:06:26 +0000 (14:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86-fonts-do_not_run_fccache.patch -> 1.1

XFree86-fonts-do_not_run_fccache.patch [new file with mode: 0644]

diff --git a/XFree86-fonts-do_not_run_fccache.patch b/XFree86-fonts-do_not_run_fccache.patch
new file mode 100644 (file)
index 0000000..39e3923
--- /dev/null
@@ -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
This page took 0.076925 seconds and 4 git commands to generate.