summaryrefslogtreecommitdiff
path: root/print/xpdf/patches/patch-al
blob: 762d132860fc4e863cff6c83fbcfd3508174c9b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-al,v 1.1 2004/03/03 10:50:59 adam Exp $

--- xpdf/GlobalParams.cc.orig	2004-03-03 10:26:05.000000000 +0000
+++ xpdf/GlobalParams.cc
@@ -81,9 +81,9 @@ static struct {
 };
 
 static char *displayFontDirs[] = {
-  "/usr/share/ghostscript/fonts",
+  PREFIX"/share/ghostscript/fonts",
   "/usr/local/share/ghostscript/fonts",
-  "/usr/share/fonts/default/Type1",
+  "/usr/X11R6/lib/X11/fonts/Type1",
   NULL
 };