summaryrefslogtreecommitdiff
path: root/graphics/tgif/patches/patch-ae
blob: ef458640c979e37ea11e3a5ca3f4dc32c767d0c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1 1998/08/26 21:18:58 frueauf Exp $

--- eps.c.orig	Tue Aug 25 12:32:15 1998
+++ eps.c	Fri Aug 21 08:59:25 1998
@@ -1314,4 +1314,8 @@
    fprintf(FP, "/setpagedevice {} def\n");
    fprintf(FP, "/a4 {} def\n");
+   fprintf(FP, "/bop-hook {} def\n");
+   fprintf(FP, "/eop-hook {} def\n");
+   fprintf(FP, "/start-hook {} def\n");
+   fprintf(FP, "/end-hook {} def\n");
    fprintf(FP, "0 setgray 0 setlinecap 1 setlinewidth\n");
    fprintf(FP, "0 setlinejoin 10 setmiterlimit [] 0 setdash newpath\n");