summaryrefslogtreecommitdiff
path: root/math/euler
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-02-13 22:36:40 +0000
committerkristerw <kristerw>2004-02-13 22:36:40 +0000
commit8dbc41393d284455da120e19a40cc97cc461beb2 (patch)
treec5effeaf2c9614d95f97026ca30224be23a9a6c3 /math/euler
parentb349a3ee16b290d6b1dcd79420c10a607fac043d (diff)
downloadpkgsrc-8dbc41393d284455da120e19a40cc97cc461beb2.tar.gz
Fix a multi-line string to make the package compile when using gcc3.3.
Diffstat (limited to 'math/euler')
-rw-r--r--math/euler/distinfo3
-rw-r--r--math/euler/patches/patch-ad13
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\