summaryrefslogtreecommitdiff
path: root/math/gap
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-02 23:44:18 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-02 23:44:18 +0000
commite03d0524a965ac945a168aa668eac07f83401887 (patch)
tree0fd957503e420f1ba216a058f208673d1028bf98 /math/gap
parentc4701d131463e7c9fbfb68a8a0e176cc582214d4 (diff)
downloadpkgsrc-e03d0524a965ac945a168aa668eac07f83401887.tar.gz
don't declare errno, it was even used before that point anyway.
Diffstat (limited to 'math/gap')
-rw-r--r--math/gap/distinfo3
-rw-r--r--math/gap/patches/patch-ac12
2 files changed, 14 insertions, 1 deletions
diff --git a/math/gap/distinfo b/math/gap/distinfo
index 3bd2d542da2..d9fe47fa61b 100644
--- a/math/gap/distinfo
+++ b/math/gap/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 12:06:54 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/12/02 23:44:18 joerg Exp $
SHA1 (gap4r3.tar.gz) = 448d473fdba177aa4ba7d64542cec8bb770e3d61
RMD160 (gap4r3.tar.gz) = 4b034ae874b7b7c8ed64e2b999a06a444b5c960e
@@ -8,3 +8,4 @@ RMD160 (fix4r3n5.tar.gz) = 5117ac934ebbcd6d32c012c6f3c4b700fb7bc7ea
Size (fix4r3n5.tar.gz) = 1267032 bytes
SHA1 (patch-aa) = 98d7749f06e4b3c5c6955fe5478b39289ff219c6
SHA1 (patch-ab) = bb7142d80f71ae0f2b97ff44d24d5fe0e9fa5431
+SHA1 (patch-ac) = 871235a83b52271373faa79ee6d38b86ba072f7f
diff --git a/math/gap/patches/patch-ac b/math/gap/patches/patch-ac
new file mode 100644
index 00000000000..cbabcb0b684
--- /dev/null
+++ b/math/gap/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/12/02 23:44:18 joerg Exp $
+
+--- src/iostream.c.orig 2005-12-02 23:32:25.000000000 +0000
++++ src/iostream.c
+@@ -728,7 +728,6 @@ Int ReadFromPty( UInt stream, Char *buf,
+ }
+ }
+ #endif
+-extern int errno;
+
+ UInt WriteToPty ( UInt stream, Char *buf, Int len )
+ {