Summary: | Postscript fonts are not found in NetBSD | ||
---|---|---|---|
Product: | [Unmaintained] kpdf | Reporter: | Hasso Tepper <hasso> |
Component: | general | Assignee: | Albert Astals Cid <aacid> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | NetBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch to fix the problem |
Description
Hasso Tepper
2005-10-03 13:57:25 UTC
Created attachment 12828 [details]
Patch to fix the problem
SVN commit 466934 by aacid: Find PS fonts on NetBSD Thanks for the patch BUG: 113771 M +2 -0 GlobalParams.cc --- branches/KDE/3.5/kdegraphics/kpdf/xpdf/xpdf/GlobalParams.cc #466933:466934 @@ -113,8 +113,10 @@ #else static const char *displayFontDirs[] = { "/usr/share/ghostscript/fonts", + "/usr/pkg/share/ghostscript/fonts", "/usr/local/share/ghostscript/fonts", "/usr/share/fonts/default/Type1", + "/usr/X11R6/lib/X11/fonts/Type1", "/usr/share/fonts/default/ghostscript", "/usr/share/fonts/type1/gsfonts", NULL |