]> git.pld-linux.org Git - packages/xpdf.git/blob - xpdf-fontdirs.patch
7bec1961d5ddab8a739818f4626192869171ae14
[packages/xpdf.git] / xpdf-fontdirs.patch
1 --- xpdf-3.03/xpdf/GlobalParams.cc.orig 2011-08-15 23:08:53.000000000 +0200
2 +++ xpdf-3.03/xpdf/GlobalParams.cc      2011-08-21 08:31:54.652749969 +0200
3 @@ -110,11 +110,7 @@
4  };
5  #else
6  static const char *displayFontDirs[] = {
7 -  "/usr/share/ghostscript/fonts",
8 -  "/usr/local/share/ghostscript/fonts",
9 -  "/usr/share/fonts/default/Type1",
10 -  "/usr/share/fonts/default/ghostscript",
11 -  "/usr/share/fonts/type1/gsfonts",
12 +  "/usr/share/fonts/Type1",
13    NULL
14  };
15  #endif
This page took 0.040226 seconds and 2 git commands to generate.