]> git.pld-linux.org Git - packages/xpdf.git/blame - xpdf-fontdirs.patch
- updated to 3.03
[packages/xpdf.git] / xpdf-fontdirs.patch
CommitLineData
cf80ddef
JB
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 @@
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",
67149029 12+ "/usr/share/fonts/Type1",
67149029
JB
13 NULL
14 };
cf80ddef 15 #endif
This page took 0.144525 seconds and 4 git commands to generate.