diff options
Diffstat (limited to 'math/euler/patches/patch-ad')
-rw-r--r-- | math/euler/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/euler/patches/patch-ad b/math/euler/patches/patch-ad new file mode 100644 index 00000000000..57bbaf08c3c --- /dev/null +++ b/math/euler/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2004/02/13 22:36:40 kristerw Exp $ + +--- metaps.c.orig 2004-02-13 23:01:18.000000000 +0100 ++++ metaps.c 2004-02-13 23:24:42.000000000 +0100 +@@ -209,7 +209,7 @@ + // rectangle clipping + // x1 y1 x2 y2 setclip + static char setclipmacro[]= "/setclip {\n\ +-gsave ++gsave\n\ + /y2 exch def\n\ + /x2 exch def\n\ + /y1 exch def\n\ |