blob: 1292918f61442c2222db1912e8b6769e636a7c8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -ur xpdf.org/xpdf/GlobalParams.cc xpdf-3.00/xpdf/GlobalParams.cc
--- xpdf.org/xpdf/GlobalParams.cc 2004-01-21 17:26:45.000000000 -0800
+++ xpdf-3.00/xpdf/GlobalParams.cc 2005-03-18 19:52:03.000000000 -0800
@@ -84,6 +84,7 @@
"/usr/share/ghostscript/fonts",
"/usr/local/share/ghostscript/fonts",
"/usr/share/fonts/default/Type1",
+ "/usr/share/fonts/default/ghostscript",
NULL
};
|