Pullup ticket #3587 - requested by tez
[pkgsrcv2.git] / print / xpdf / patches / patch-al
1 $NetBSD$
2
3 --- xpdf/GlobalParams.cc.orig   2011-08-15 16:08:53.000000000 -0500
4 +++ xpdf/GlobalParams.cc        2011-10-26 20:15:39.959345400 -0500
5 @@ -110,11 +110,13 @@
6  };
7  #else
8  static const char *displayFontDirs[] = {
9 -  "/usr/share/ghostscript/fonts",
10 +  PREFIX"/share/ghostscript/fonts",
11    "/usr/local/share/ghostscript/fonts",
12 -  "/usr/share/fonts/default/Type1",
13 -  "/usr/share/fonts/default/ghostscript",
14 -  "/usr/share/fonts/type1/gsfonts",
15 +  PREFIX"/share/fonts/X11/Type1",
16 +  "/usr/X11R6/lib/X11/fonts/Type1",
17 +  "/usr/X11R7/lib/X11/fonts/Type1",
18 +  PREFIX"/xorg/lib/X11/fonts/Type1",
19 +  PREFIX"/share/fonts/urw",
20    NULL
21  };
22  #endif