freebsd-ports/korean/nh2ps/files/patch-aa
CHOI Junho 22c0d8ea20 - Fix build on -current(missing perl dependency)
- add NOA4 build option(A4/letter paper size selection)

Submitted by:	Jung-uk Kim <jkim@niksun.com>, bento
2002-11-23 12:27:12 +00:00

20 lines
502 B
Text

--- Makefile.orig Tue Oct 20 20:04:13 1998
+++ Makefile Mon Nov 18 15:32:22 2002
@@ -42,7 +42,6 @@
# stupid a**holes who add non-compatible "features"
# installation prefix
-PREFIX = /usr/local
# directories
BINDIR = ${PREFIX}/bin
@@ -70,8 +69,7 @@
#
# for a4 paper size, ps font mode
-CFLAGS = -DBSD -O2 -DHFONT -DWIDTH=8.27 -DHEIGHT=11.64 \
- -DA4_PAPERSIZE=1
+CFLAGS = ${XCFLAGS} -DBSD -O2 -DHFONT
# for letter paper size
#CFLAGS = -DBSD -O2 -DHFONT -DWIDTH=8.5 -DHEIGHT=11.0 \