]> git.pld-linux.org Git - packages/xpdf.git/blame - xpdf-fontdirs.patch
- updated to 3.04
[packages/xpdf.git] / xpdf-fontdirs.patch
CommitLineData
74204cd0
JB
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 @@
67149029 4 };
cf80ddef
JB
5 #else
6 static const char *displayFontDirs[] = {
67149029
JB
7- "/usr/share/ghostscript/fonts",
8- "/usr/local/share/ghostscript/fonts",
cf80ddef
JB
9- "/usr/share/fonts/default/Type1",
10- "/usr/share/fonts/default/ghostscript",
11- "/usr/share/fonts/type1/gsfonts",
74204cd0
JB
12-#if defined(__sun) && defined(__SVR4)
13- "/usr/sfw/share/ghostscript/fonts",
14-#endif
15++ "/usr/share/fonts/Type1",
67149029
JB
16 NULL
17 };
cf80ddef 18 #endif
This page took 0.026804 seconds and 4 git commands to generate.