1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/korean/h2ps/files/patch-aa
Steve Price e2bb7c1fed Update to version 2.0
PR:		7514
Submitted by:	maintainer
1998-08-09 00:54:34 +00:00

21 lines
584 B
Plaintext

--- h2ps.c.orig Fri Aug 7 01:41:12 1998
+++ h2ps.c Sat Aug 8 09:54:44 1998
@@ -9,6 +9,7 @@
#include <stdlib.h>
#include <sys/types.h>
#include <time.h>
+#include <unistd.h>
#include "ncode.h"
#include "npsr.h"
@@ -177,6 +178,9 @@
fputs("%%Creator: h2ps\n", out);
fprintf(out, "%%%%CreationDate: %s\n", date_str);
fputs("%%Pages: (atend)\n", out);
+ fputs("%%PageOrder: Ascend\n", out);
+ fputs("%%DocumentData: Clean8Bit\n", out);
+ fputs("%%DocumentPaperSizes: A4\n", out);
fputs("%%EndComments\n", out);
npsr_insert_resource(out, NPSR_FONT, "n3f-5");