summaryrefslogtreecommitdiff
path: root/print/xpdf/patches/patch-al
blob: 71a030900963c5e24e46b4e86019fb85bdd90f24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-al,v 1.2 2005/09/07 15:19:08 adam Exp $

--- xpdf/GlobalParams.cc.orig	2005-08-17 05:34:31.000000000 +0000
+++ xpdf/GlobalParams.cc
@@ -106,11 +106,10 @@ static char *displayFontDirs[] = {
 };
 #else
 static char *displayFontDirs[] = {
-  "/usr/share/ghostscript/fonts",
+  PREFIX"/share/ghostscript/fonts",
   "/usr/local/share/ghostscript/fonts",
-  "/usr/share/fonts/default/Type1",
-  "/usr/share/fonts/default/ghostscript",
-  "/usr/share/fonts/type1/gsfonts",
+  "/usr/X11R6/lib/X11/fonts/Type1",
+  PREFIX"/xorg/lib/X11/fonts/Type1",
   NULL
 };
 #endif