summaryrefslogtreecommitdiff
path: root/editors/ng
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/ng
parent2f571c0f6a0772a543bb12f0ea46a52c6a79afc5 (diff)
downloadpkgsrc-699e29478e339928eebbafb8724ae4e55e166bef.tar.gz
Add termios.h formerly included by unistd.h.
Diffstat (limited to 'editors/ng')
-rw-r--r--editors/ng/distinfo3
-rw-r--r--editors/ng/patches/patch-sys_bsd_ttyio.c12
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/ng/distinfo b/editors/ng/distinfo
index c459924c770..77ba4532181 100644
--- a/editors/ng/distinfo
+++ b/editors/ng/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2013/03/28 21:24:53 joerg Exp $
+$NetBSD: distinfo,v 1.9 2013/07/18 12:07:24 joerg Exp $
SHA1 (ng-1.4.4-replace_bug.patch) = 4d1b8abc0aa22b52951eb696427790cc75842842
RMD160 (ng-1.4.4-replace_bug.patch) = af945e81541b0b848350f46044176ba536d77f45
@@ -8,5 +8,6 @@ RMD160 (ng-1.4.4.tar.gz) = dd041789d3fba92fe1c9906564a246c1f62cc34e
Size (ng-1.4.4.tar.gz) = 587018 bytes
SHA1 (patch-aa) = c78f7c9d1654262f612c6db25d5def2f8d2bbcfa
SHA1 (patch-def.h) = dbb9367ac663abe8f980775167f206706ee542aa
+SHA1 (patch-sys_bsd_ttyio.c) = 4398c4518a25e621c80396e4679006b9e90c2028
SHA1 (patch-sys_default_tty.c) = 6488cc08dcd0b952c6fa37fd713fddc8b532cf65
SHA1 (patch-sys_sysv_Makefile) = 75abfc306abe358a950a3854c660ee97052e2af4
diff --git a/editors/ng/patches/patch-sys_bsd_ttyio.c b/editors/ng/patches/patch-sys_bsd_ttyio.c
new file mode 100644
index 00000000000..c4a32582fb9
--- /dev/null
+++ b/editors/ng/patches/patch-sys_bsd_ttyio.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-sys_bsd_ttyio.c,v 1.1 2013/07/18 12:07:24 joerg Exp $
+
+--- sys/bsd/ttyio.c.orig 2013-07-18 10:06:42.000000000 +0000
++++ sys/bsd/ttyio.c
+@@ -22,6 +22,7 @@
+ #include "def.h"
+
+ #include <sgtty.h>
++#include <termios.h>
+ #ifdef ADDFUNC /* 90.02.14 by S.Yoshida */
+ #include <signal.h> /* 90.02.13: For SIGWINCH. */
+ #endif /* ADDFUNC */