summaryrefslogtreecommitdiff
path: root/print/xpdf/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'print/xpdf/patches/patch-al')
-rw-r--r--print/xpdf/patches/patch-al13
1 files changed, 8 insertions, 5 deletions
diff --git a/print/xpdf/patches/patch-al b/print/xpdf/patches/patch-al
index 762d132860f..71a03090096 100644
--- a/print/xpdf/patches/patch-al
+++ b/print/xpdf/patches/patch-al
@@ -1,16 +1,19 @@
-$NetBSD: patch-al,v 1.1 2004/03/03 10:50:59 adam Exp $
+$NetBSD: patch-al,v 1.2 2005/09/07 15:19:08 adam Exp $
---- xpdf/GlobalParams.cc.orig 2004-03-03 10:26:05.000000000 +0000
+--- xpdf/GlobalParams.cc.orig 2005-08-17 05:34:31.000000000 +0000
+++ xpdf/GlobalParams.cc
-@@ -81,9 +81,9 @@ static struct {
+@@ -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