summaryrefslogtreecommitdiff
path: root/math/gap/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-07-18 12:07:24 +0000
committerjoerg <joerg@pkgsrc.org>2013-07-18 12:07:24 +0000
commit699e29478e339928eebbafb8724ae4e55e166bef (patch)
treede817b2f993c35f56a088e0365b2cab7011fbaf0 /math/gap/patches
parent2f571c0f6a0772a543bb12f0ea46a52c6a79afc5 (diff)
downloadpkgsrc-699e29478e339928eebbafb8724ae4e55e166bef.tar.gz
Add termios.h formerly included by unistd.h.
Diffstat (limited to 'math/gap/patches')
-rw-r--r--math/gap/patches/patch-src_sysfiles.c12
1 files changed, 12 insertions, 0 deletions
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
+