summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2013-07-18 12:07:24 +0000
committerjoerg <joerg>2013-07-18 12:07:24 +0000
commita99cef72a371a9f4ab58bfefd53043b80f764ce6 (patch)
treede817b2f993c35f56a088e0365b2cab7011fbaf0 /games
parent99a7d5bc877e988cca912e12d9725c67f45fd53e (diff)
downloadpkgsrc-a99cef72a371a9f4ab58bfefd53043b80f764ce6.tar.gz
Add termios.h formerly included by unistd.h.
Diffstat (limited to 'games')
-rw-r--r--games/tads/distinfo3
-rw-r--r--games/tads/patches/patch-tads2_osunixt.c12
2 files changed, 14 insertions, 1 deletions
diff --git a/games/tads/distinfo b/games/tads/distinfo
index 6fdc6208553..7d598ee7edf 100644
--- a/games/tads/distinfo
+++ b/games/tads/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2013/01/10 23:56:32 joerg Exp $
+$NetBSD: distinfo,v 1.11 2013/07/18 12:07:24 joerg Exp $
SHA1 (tads-3.0.8-1/tads23-unix.tar.gz) = 2bd4c64fd090d880b98a8a590d48482d4dfcb67b
RMD160 (tads-3.0.8-1/tads23-unix.tar.gz) = 8f83f60d01fb8549fa38adcc48fa04c92fba5250
@@ -6,4 +6,5 @@ Size (tads-3.0.8-1/tads23-unix.tar.gz) = 4122345 bytes
SHA1 (patch-aa) = 8d53351305a435d3c2c5d0c1c7f60ed9cbdd7018
SHA1 (patch-ab) = b8e48ff15ef5fa1834c98a5bcc6df3d732dfe062
SHA1 (patch-ac) = 2c05036ff65316699533471d3cbe275e33a100b3
+SHA1 (patch-tads2_osunixt.c) = 7bf4ca85ae9986eea4caff61c27845b6a309ef9f
SHA1 (patch-tads3_tcprs.cpp) = 7f377ea541009490910259c734d577b612f264ef
diff --git a/games/tads/patches/patch-tads2_osunixt.c b/games/tads/patches/patch-tads2_osunixt.c
new file mode 100644
index 00000000000..5e0703b7214
--- /dev/null
+++ b/games/tads/patches/patch-tads2_osunixt.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-tads2_osunixt.c,v 1.1 2013/07/18 12:07:24 joerg Exp $
+
+--- tads2/osunixt.c.orig 2013-07-17 14:34:13.000000000 +0000
++++ tads2/osunixt.c
+@@ -32,6 +32,7 @@
+ #include <stddef.h>
+ #endif
+ #include <stdlib.h>
++#include <termios.h>
+ #include <ctype.h>
+ #include <string.h>
+ #include <sys/stat.h>