From bdbeb3faa2cbf3d9e2a1cc6102cc2d488bb07620 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 22 Dec 2005 14:46:57 +0000 Subject: [PATCH] - fix FontEncDir setting Changed files: X11-PLD.patch -> 1.15 --- X11-PLD.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/X11-PLD.patch b/X11-PLD.patch index 759602c..c8aa0a6 100644 --- a/X11-PLD.patch +++ b/X11-PLD.patch @@ -190,6 +190,15 @@ diff -ur X11-6.9.0.org/xc/config/cf/X11.tmpl X11-6.9.0/xc/config/cf/X11.tmpl #endif #ifndef NlsDir #define NlsDir $(LIBDIR)/nls +@@ -1502,7 +1502,7 @@ + #define FontDir /usr/share/fonts + #endif + #ifndef FontEncDir +-#define FontEncDir $(LIBDIR)/fonts/encodings ++#define FontEncDir /usr/share/fonts/encodings + #endif + #ifndef AdmDir + #define AdmDir /var/log @@ -1531,23 +1535,20 @@ #define XLocaleDir $(LIBDIR)/locale #endif -- 2.44.0