aboutsummaryrefslogtreecommitdiff
path: root/games/tads/files/patch-tads2_osunixt.h
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-10-28 11:45:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-10-28 11:45:13 +0000
commitc2a0b48496f4efc63669fdd50cd8c970d141dc9e (patch)
tree31bf66d0099e7e119b9f1b657b0a1d3859af3dc1 /games/tads/files/patch-tads2_osunixt.h
parentd1010be633646cdbb7c38f94f675e1eb096d2aa3 (diff)
downloadports-c2a0b48496f4efc63669fdd50cd8c970d141dc9e.tar.gz
ports-c2a0b48496f4efc63669fdd50cd8c970d141dc9e.zip
Notes
Diffstat (limited to 'games/tads/files/patch-tads2_osunixt.h')
-rw-r--r--games/tads/files/patch-tads2_osunixt.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/tads/files/patch-tads2_osunixt.h b/games/tads/files/patch-tads2_osunixt.h
new file mode 100644
index 000000000000..49b3b1bb9118
--- /dev/null
+++ b/games/tads/files/patch-tads2_osunixt.h
@@ -0,0 +1,10 @@
+Index: osunixt.h
+@@ -84,7 +84,7 @@
+ * Define the following to use sgtty.h instead of termios or direct
+ * ioctl hacking.
+ */
+-#if defined(NEXT) || defined(IBM_RT) || defined(FREEBSD_386) || defined(IBM_AIX) || defined(NETBSD) || defined(OPENBSD) || defined(DARWIN)
++#if defined(NEXT) || defined(IBM_RT) || defined(IBM_AIX) || defined(NETBSD) || defined(OPENBSD) || defined(DARWIN)
+ #define USE_IOCTL_INSTEAD_OF_TERMIOS
+ #define USE_SGTTY
+ #endif