1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/games/tads/files/patch-tads2_osunixt.h
John Marino 0936ca7cb7 games/tads: USES+= ncurses, respect LDFLAGS
while here, regenerate patches (but maintain non-standard patch names)
2016-01-31 13:08:11 +00:00

12 lines
530 B
C

--- osunixt.h.orig 2004-02-17 02:20:41 UTC
+++ osunixt.h
@@ -84,7 +84,7 @@ Tue Nov 22 15:16:10 EST 1994 Dave Bag
* 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