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-al16
1 files changed, 16 insertions, 0 deletions
diff --git a/print/xpdf/patches/patch-al b/print/xpdf/patches/patch-al
new file mode 100644
index 00000000000..762d132860f
--- /dev/null
+++ b/print/xpdf/patches/patch-al
@@ -0,0 +1,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
+ };
+