1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/korean/h2ps/files/patch-aa

21 lines
584 B
Plaintext
Raw Normal View History

--- 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");