diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-02-13 22:36:40 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-02-13 22:36:40 +0000 |
commit | 384a5979d7fcc66b623708b84c71044967b0c4d3 (patch) | |
tree | c5effeaf2c9614d95f97026ca30224be23a9a6c3 | |
parent | c3c95173b69240c46c99109edead1b3a213c0ffb (diff) | |
download | pkgsrc-384a5979d7fcc66b623708b84c71044967b0c4d3.tar.gz |
Fix a multi-line string to make the package compile when using gcc3.3.
-rw-r--r-- | math/euler/distinfo | 3 | ||||
-rw-r--r-- | math/euler/patches/patch-ad | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/math/euler/distinfo b/math/euler/distinfo index 7d801bcffb8..f844a445012 100644 --- a/math/euler/distinfo +++ b/math/euler/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.6 2003/05/11 00:06:13 jtb Exp $ +$NetBSD: distinfo,v 1.7 2004/02/13 22:36:40 kristerw Exp $ SHA1 (euler-1.60.6.tar.gz) = 30e9fe077b8c4b2cb61f72b618fcbe7054c67746 Size (euler-1.60.6.tar.gz) = 769602 bytes SHA1 (patch-aa) = 30997ef15312f470b91bd49c2e6954fa9aa74918 SHA1 (patch-ab) = 1705383882d30ab0d1574a9d6328ed9d843f089e SHA1 (patch-ac) = 578b456efe37219d4edbb5b7a27f671011b3c26c +SHA1 (patch-ad) = 375b3c0db540a8e16948f85d7812bfc91893d78f 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\ |