pkgsrc/print/ja-a2ps/patches/patch-aa
wiz 26a529df59 Update to 1.45, provided by Toru TAKAMIZU in PR 19835.
Less restrictive license, small changes.
2003-01-13 13:00:03 +00:00

13 lines
471 B
Text

$NetBSD: patch-aa,v 1.2 2003/01/13 13:00:05 wiz Exp $
--- a2ps.pl-1.45.orig Fri Mar 15 22:22:10 2002
+++ a2ps.pl-1.45 Fri Mar 15 22:24:14 2002
@@ -496,8 +496,6 @@
/inch {72 mul} bind def
---
print "%% SelectTray\n";
- print "statusdict /${paper_tray}tray known { ";
- print "statusdict begin ${paper_tray}tray end } if\n";
printf("/landscape %s def\n", !$portrait ? "true" : "false");
printf("/twinpage %s def\n", $twinpage ? "true" : "false");