1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/korean/nh2ps/files/patch-ab
Satoshi Asami 98dbfa3436 Formats an ascii file for printing on a postscript printer with Korean char.
PR:		3343
Submitted by:	Choi Jun Ho <junker@moderato.snu.ac.kr>
1997-06-04 08:46:49 +00:00

48 lines
1.3 KiB
Plaintext

*** Makefile.orig Tue Jan 28 19:07:14 1997
--- Makefile Wed Apr 2 21:33:43 1997
***************
*** 32,50 ****
# stupid a**holes who add non-compatible "features"
SHELL =/bin/sh
! CC =gcc
D =.
O =.
! BINDIR =/usr/local/bin
- MANDIR =/usr/local/man/mann
- MANEXT =n
-
- #CFLAGS = -DBSD -O -DLPR_PRINT
# SunSolaris 2.x, omit -DLPR_PRINT for no automatical print
- CFLAGS = -DBSD -O2 -DHFONT
# 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
--- 32,54 ----
# stupid a**holes who add non-compatible "features"
SHELL =/bin/sh
! CC = cc
D =.
O =.
! ##BINDIR =/usr/local/bin
! BINDIR = $(PREFIX)/bin
!
! ##MANDIR =/usr/man/mann
! ##MANEXT =n
! MANEXT = 1
! MANDIR = $(PREFIX)/man/man$(MANEXT)
!
! #CFLAGS = -O # -DBSD -DLPR_PRINT
! CFLAGS = -O -DBSD -DHFONT -DWIDTH=$(WIDTH) -DHEIGHT=$(HEIGHT) -DA4_PAPERSIZE=$(A4_PAPERSIZE)
# SunSolaris 2.x, omit -DLPR_PRINT for no automatical print
# 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