$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 };