Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jul 1996 13:24:52 +0200
From:      Mark Murray <mark@grondar.za>
To:        gpalmer@freebsd.org
Cc:        ports@freebsd.org
Subject:   print/a2ps has a bogon...
Message-ID:  <199607031124.NAA02336@grumble.grondar.za>

next in thread | raw e-mail | index | archive | help
Hi

There is a bogon in print/a2ps. To recompile a2ps is damn quick,
so I submit a patch here:

Index: patches/patch-aa
===================================================================
RCS file: /home/ncvs/ports/print/a2ps/patches/patch-aa,v
retrieving revision 1.2
diff -u -r1.2 patch-aa
--- patch-aa	1996/05/27 08:48:00	1.2
+++ patch-aa	1996/07/03 11:21:26
@@ -17,7 +17,7 @@
  
 -CFLAGS	= -DBSD -O -DLPR_PRINT
 +##CFLAGS	= -DBSD -O -DLPR_PRINT
-+CFLAGS = -DBSD -O -DWIDTH=$(WIDTH) -DHEIGTH=$(HEIGHT) -DA4_PAPERSIZE=$(A4_PAPERSIZE)
++CFLAGS = -DBSD -O -DWIDTH=$(WIDTH) -DHEIGHT=$(HEIGHT) -DA4_PAPERSIZE=$(A4_PAPERSIZE)
  # Default values for HEIGHT, WIDTH, MARGIN and DIR_SEP (11.64, 8.27, 1.2, '/').
  # Default values for LPR_COMMAND and LPR_OPT ("lpr", "-l")
  # No values for TWOSIDED_DFLT, ONESIDED and TWOSIDED

-- 
Mark Murray
46 Harvey Rd, Claremont, Cape Town 7700, South Africa
+27 21 61-3768 GMT+0200
Finger mark@grondar.za for PGP key



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607031124.NAA02336>