diff options
Diffstat (limited to 'print/xpdf/patches/patch-al')
-rw-r--r-- | print/xpdf/patches/patch-al | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/xpdf/patches/patch-al b/print/xpdf/patches/patch-al index 71a03090096..61b3f87706c 100644 --- a/print/xpdf/patches/patch-al +++ b/print/xpdf/patches/patch-al @@ -1,8 +1,8 @@ -$NetBSD: patch-al,v 1.2 2005/09/07 15:19:08 adam Exp $ +$NetBSD: patch-al,v 1.3 2010/06/13 08:56:04 spz Exp $ --- xpdf/GlobalParams.cc.orig 2005-08-17 05:34:31.000000000 +0000 +++ xpdf/GlobalParams.cc -@@ -106,11 +106,10 @@ static char *displayFontDirs[] = { +@@ -106,11 +106,12 @@ static char *displayFontDirs[] = { }; #else static char *displayFontDirs[] = { @@ -13,7 +13,9 @@ $NetBSD: patch-al,v 1.2 2005/09/07 15:19:08 adam Exp $ - "/usr/share/fonts/default/ghostscript", - "/usr/share/fonts/type1/gsfonts", + "/usr/X11R6/lib/X11/fonts/Type1", ++ "/usr/X11R7/lib/X11/fonts/Type1", + PREFIX"/xorg/lib/X11/fonts/Type1", ++ PREFIX"/share/fonts/urw", NULL }; #endif |