diff options
author | tron <tron@pkgsrc.org> | 1999-06-20 18:25:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-20 18:25:22 +0000 |
commit | 3c70284fbbd24536ed2b59265e1f1c2ffbef0a37 (patch) | |
tree | bd53c3b7e076ea38051f5cfd0cd149d9178bf6de /print | |
parent | 0ad720d5206673cc62903547f6c51ae7b58383df (diff) | |
download | pkgsrc-3c70284fbbd24536ed2b59265e1f1c2ffbef0a37.tar.gz |
Call "a2ps" with arguments that our version really supports.
Fixes PR pkg/7795 by Chris Demetriou.
Diffstat (limited to 'print')
-rw-r--r-- | print/magicfilter/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/magicfilter/patches/patch-ab b/print/magicfilter/patches/patch-ab new file mode 100644 index 00000000000..a8ae8806fe1 --- /dev/null +++ b/print/magicfilter/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 1999/06/20 18:25:22 tron Exp $ + +--- filters/stdconv.xh.orig Sun Mar 17 12:17:40 1996 ++++ filters/stdconv.xh Sun Jun 20 20:12:28 1999 +@@ -30,7 +30,7 @@ + %define HANDLE_TEXT pipe PATH_A2X -p -dps -man + %define LATIN1_OK 1 + %elif defined(HAVE_A2PS) +-%define HANDLE_TEXT pipe PATH_A2PS -p -nh -nn -f12 -b ++%define HANDLE_TEXT pipe PATH_A2PS -1 -B --borders=no -o - + %define LATIN1_OK 1 + %endif + %endif |