]> git.pld-linux.org Git - packages/xpdf.git/blob - xpdf-fontdirs.patch
- updated to 3.04
[packages/xpdf.git] / xpdf-fontdirs.patch
1 --- xpdf-3.04/xpdf/GlobalParams.cc.orig 2014-06-15 21:53:49.566112173 +0200
2 +++ xpdf-3.04/xpdf/GlobalParams.cc      2014-06-15 22:01:33.869435829 +0200
3 @@ -120,14 +120,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 -#if defined(__sun) && defined(__SVR4)
13 -  "/usr/sfw/share/ghostscript/fonts",
14 -#endif
15 ++  "/usr/share/fonts/Type1",
16    NULL
17  };
18  #endif
This page took 0.053838 seconds and 3 git commands to generate.