diff --git a/a2ps-4.13-hebrew.patch b/a2ps-4.13-hebrew.patch index 1cbcd71..1c9a5d1 100644 --- a/a2ps-4.13-hebrew.patch +++ b/a2ps-4.13-hebrew.patch @@ -116,3 +116,16 @@ @EXTENSIONS_TRUE@encodings_DATA = @EXTENSIONS_TRUE@encoding.map $(major_encodings) $(minor_encodings) @EXTENSIONS_FALSE@encodings_DATA = @EXTENSIONS_FALSE@encoding.map $(major_encodings) +--- a2ps-4.13/configure.in.hebrew 2007-01-22 18:19:04.000000000 +0000 ++++ a2ps-4.13/configure.in 2007-01-22 18:19:16.000000000 +0000 +@@ -200,7 +200,9 @@ + for ac_dir in /usr/share/fonts/default/Type1 \ + /usr/share/fonts/default/ghostscript \ + /usr/share/fonts/afms/adobe \ +- /usr/share/X11/fonts/Type1 ; ++ /usr/share/X11/fonts/Type1 \ ++ /usr/share/fonts/hebrew \ ++ /usr/share/fonts/he/Type1 ; + 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 2ec934b..9394ec8 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -95,6 +95,7 @@ and medias. # Hebrew support (bug #113191). %patch20 -p1 -b .hebrew +exit 1 # Prevent "error: conflicting types for 'malloc'". %patch21 -p1 -b .malloc