summaryrefslogtreecommitdiff
path: root/editors/ve
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 /editors/ve
parent2f571c0f6a0772a543bb12f0ea46a52c6a79afc5 (diff)
downloadpkgsrc-699e29478e339928eebbafb8724ae4e55e166bef.tar.gz
Add termios.h formerly included by unistd.h.
Diffstat (limited to 'editors/ve')
-rw-r--r--editors/ve/distinfo3
-rw-r--r--editors/ve/patches/patch-term.c14
2 files changed, 16 insertions, 1 deletions
diff --git a/editors/ve/distinfo b/editors/ve/distinfo
index c2c534db4a7..82e1e10c209 100644
--- a/editors/ve/distinfo
+++ b/editors/ve/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2013/01/10 23:53:15 joerg Exp $
+$NetBSD: distinfo,v 1.6 2013/07/18 12:07:24 joerg Exp $
SHA1 (ve-1.0.tgz) = 0faac299b697ff6dfc28d234ee47089ad4d148ff
RMD160 (ve-1.0.tgz) = ae9bede0e3e068c4221a541b66261154d9ab84d5
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = 084074ed379a3133aceb04c8b36efc5cbf11c99e
SHA1 (patch-ac) = 6b6c6e2d79076994a133001ba44495760d3b8930
SHA1 (patch-ad) = dd1901fe8412f87a88fd7768493c6780acbb01ba
SHA1 (patch-ae) = 5f6d0b634cb803ca48cd8528c8b2f64767fe73f4
+SHA1 (patch-term.c) = 87c37e41b2deb38ed27210661219c7208f6ab2c4
diff --git a/editors/ve/patches/patch-term.c b/editors/ve/patches/patch-term.c
new file mode 100644
index 00000000000..a30d8a0f3ef
--- /dev/null
+++ b/editors/ve/patches/patch-term.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-term.c,v 1.1 2013/07/18 12:07:24 joerg Exp $
+
+--- term.c.orig 2013-07-18 10:12:24.000000000 +0000
++++ term.c
+@@ -9,6 +9,9 @@
+
+ #include "bbs.h"
+ #include <sys/ioctl.h>
++#include <stdlib.h>
++#include <termcap.h>
++#include <termios.h>
+
+ #ifdef HP_UX
+ #define O_HUPCL 01