a2ps/a2ps-4.13-gv-arguments.patch

14 lines
663 B
Diff
Raw Normal View History

--- a2ps-4.13/etc/a2ps_cfg.in
+++ a2ps-4.13/etc/a2ps_cfg.in 2011-10-21 16:07:46.000000000 +0000
@@ -220,8 +220,8 @@
# Either GV (prefered) or Ghostview will be used as the "display" printer
# We give -dNOPLATFONTS so that real fonts are used
# (Strange results appear with Ogonkify's fonts for instance).
-@COM_ghostview@Variable: ghostview @ghostview@ -arguments -dNOPLATFONTS
-@COM_gv@Variable: ghostview @gv@ -antialias -arguments -dNOPLATFONTS
+@COM_ghostview@Variable: ghostview @ghostview@ -arguments=-dNOPLATFONTS
+@COM_gv@Variable: ghostview @gv@ -antialias -arguments=-dNOPLATFONTS
# Used for the `pdf' printer.
# Use as `#{ps2pdf} INPUT OUTPUT'.