summaryrefslogtreecommitdiff
path: root/games/tads/patches/patch-ab
blob: 6014cde763ebbdb40b7c07d82085bcd8bc766581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1.1.1 2003/10/05 22:09:58 dillo Exp $

--- tads2/osunixt.h.orig	Wed Sep 25 18:43:09 2002
+++ tads2/osunixt.h
@@ -89,7 +89,7 @@ Tue Nov 22 15:16:10 EST 1994    Dave Bag
 #define USE_SGTTY
 #endif
 
-#if !defined(SUN_SPARC_SUNOS) && !defined(SUN3) && !defined(ULTRIX_MIPS) && !defined(LINUX_386) && !defined(NEXT) && !defined(IBM_RT) && !defined(IBM_AIX)
+#if !defined(SUN_SPARC_SUNOS) && !defined(SUN3) && !defined(ULTRIX_MIPS) && !defined(LINUX_386) && !defined(NEXT) && !defined(IBM_RT) && !defined(IBM_AIX) && !defined(__NetBSD__)
 #define HAVE_TPARM      /* define if this system has the tparm routine */
 #endif