From 5c7c8ed373788b2fd2fee4b5733f374366ba0d53 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Dec 09 2004 16:40:32 +0000 Subject: - Fixed font path (bug #142294). --- diff --git a/a2ps-4.13-conf.patch b/a2ps-4.13-conf.patch index d6201df..0c68259 100644 --- a/a2ps-4.13-conf.patch +++ b/a2ps-4.13-conf.patch @@ -16,3 +16,18 @@ do if test "cd $ac_dir 2>/dev/null && echo *.afm"; then ac_psfont_path="$ac_psfont_path:$ac_dir"; +--- a2ps-4.13/configure.in.conf 2000-02-24 17:53:03.000000000 +0000 ++++ a2ps-4.13/configure.in 2004-12-09 16:25:14.984961138 +0000 +@@ -197,8 +197,10 @@ + # Try to find some PostScript fonts. + # Find out if ghostscript is installed + ac_psfont_path= +-for ac_dir in /usr/local/ghostscript/fonts \ +- /usr/local/share/ghostscript/fonts; ++for ac_dir in /usr/share/fonts/default/Type1 \ ++ /usr/share/fonts/default/ghostscript \ ++ /usr/share/fonts/afms/adobe \ ++ /usr/X11R6/lib/X11/fonts/latin2/Type1/afm ; + do + if test "cd $ac_dir 2>/dev/null && echo *.afm"; then + ac_psfont_path="$ac_psfont_path:$ac_dir"; diff --git a/a2ps.spec b/a2ps.spec index 055ab8b..345d9dd 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -215,7 +215,8 @@ fi %changelog * Thu Dec 9 2004 Tim Waugh 4.13b-43 -- Fix problems in make_fonts_map script (bug #142299). Patch from +- Fixed font path (bug #142294). +- Fixed problems in make_fonts_map script (bug #142299). Patch from Michal Jaegermann. * Tue Dec 7 2004 Tim Waugh 4.13b-42