Point font path at GhostScript

Index: xpdf/GlobalParams.cc
--- xpdf/GlobalParams.cc.orig
+++ xpdf/GlobalParams.cc
@@ -107,14 +107,7 @@ static const char *displayFontDirs[] = {
   "c:/windows/fonts",
   "c:/winnt/fonts",
 #else // _WIN32
-  "/usr/share/ghostscript/fonts",
-  "/usr/local/share/ghostscript/fonts",
-  "/usr/share/fonts/default/Type1",
-  "/usr/share/fonts/default/ghostscript",
-  "/usr/share/fonts/type1/gsfonts",
-#if defined(__sun) && defined(__SVR4)
-  "/usr/sfw/share/ghostscript/fonts",
-#endif
+  "/usr/local/share/fonts/ghostscript",
 #endif // _WIN32
   NULL
 };
