Browse Source

Dimitar Zhekov <jimmy@is-vn.bg>:

really do not run fc-cache in xfree86


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1711 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Dimitar Zhekov 21 years ago
parent
commit
42e9cbc526
2 changed files with 14 additions and 0 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +13
    -0
      package/x11/xfree86/no-fc-cache-run.patch

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -7,6 +7,7 @@
updated svgalib (1.9.18)
updated terminus-font (4.05)
fixed zgv and xzgv to be be ANSI C compliant
really do not run fc-cache in xfree86
- updated anjuta and moved it into the gnome24 repository
*) 2003-11-06 (2.0.0-rc2 - 2.0.0-rc3)

+ 13
- 0
package/x11/xfree86/no-fc-cache-run.patch

@ -36,3 +36,16 @@ is -well- sub-optimal ... ;-)
fi
LinkSourceFile(fc-cache.c,$(FONTCONFIGDIR)/fc-cache)
--- xc/config/cf/X11.tmpl.orig 2003-09-09 20:05:52.000000000 +0300
+++ xc/config/cf/X11.tmpl 2003-10-18 15:18:04.000000000 +0300
@@ -3523,9 +3523,7 @@
# endif /* MakeFcCache */
# ifndef InstallFcCache
-# define InstallFcCache(dest) @@\
-install:: @@\
- RunProgram(FCCACHE, $(FCCACHEOPTS) $(DESTDIR)dest)
+# define InstallFcCache(dest)
# endif /* InstallFcCache */
#else

Loading…
Cancel
Save