diff options
author | joerg <joerg@pkgsrc.org> | 2013-07-18 12:07:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-07-18 12:07:24 +0000 |
commit | 699e29478e339928eebbafb8724ae4e55e166bef (patch) | |
tree | de817b2f993c35f56a088e0365b2cab7011fbaf0 /math/gap | |
parent | 2f571c0f6a0772a543bb12f0ea46a52c6a79afc5 (diff) | |
download | pkgsrc-699e29478e339928eebbafb8724ae4e55e166bef.tar.gz |
Add termios.h formerly included by unistd.h.
Diffstat (limited to 'math/gap')
-rw-r--r-- | math/gap/distinfo | 3 | ||||
-rw-r--r-- | math/gap/patches/patch-src_sysfiles.c | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/math/gap/distinfo b/math/gap/distinfo index 34d3cd20b5b..26c02435e6b 100644 --- a/math/gap/distinfo +++ b/math/gap/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2012/01/16 21:02:20 sbd Exp $ +$NetBSD: distinfo,v 1.9 2013/07/18 12:07:25 joerg Exp $ SHA1 (gap4r3.tar.gz) = 448d473fdba177aa4ba7d64542cec8bb770e3d61 RMD160 (gap4r3.tar.gz) = 4b034ae874b7b7c8ed64e2b999a06a444b5c960e @@ -9,3 +9,4 @@ Size (fix4r3n5.tar.gz) = 1267032 bytes SHA1 (patch-aa) = b5ba0bdfc14f0c2bc61fca65656cb1a8b217146a SHA1 (patch-ab) = bb7142d80f71ae0f2b97ff44d24d5fe0e9fa5431 SHA1 (patch-ac) = 871235a83b52271373faa79ee6d38b86ba072f7f +SHA1 (patch-src_sysfiles.c) = 0b39d190bed901d9d98fa35b254d0d1c9f2a8815 diff --git a/math/gap/patches/patch-src_sysfiles.c b/math/gap/patches/patch-src_sysfiles.c new file mode 100644 index 00000000000..1ac5e4cae60 --- /dev/null +++ b/math/gap/patches/patch-src_sysfiles.c @@ -0,0 +1,12 @@ +$NetBSD: patch-src_sysfiles.c,v 1.1 2013/07/18 12:07:25 joerg Exp $ + +--- src/sysfiles.c.orig 2013-07-18 09:51:28.000000000 +0000 ++++ src/sysfiles.c +@@ -52,6 +52,7 @@ const char * Revision_sysfiles_c = + + #include <sys/time.h> + #include <sys/types.h> ++#include <termios.h> + #endif + #endif + |