summaryrefslogtreecommitdiff
path: root/chat/bitchx/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'chat/bitchx/patches/patch-ao')
-rw-r--r--chat/bitchx/patches/patch-ao8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/bitchx/patches/patch-ao b/chat/bitchx/patches/patch-ao
index 8da6258268c..a57b96a5ed8 100644
--- a/chat/bitchx/patches/patch-ao
+++ b/chat/bitchx/patches/patch-ao
@@ -1,13 +1,13 @@
-$NetBSD: patch-ao,v 1.2 2005/11/08 16:16:55 joerg Exp $
+$NetBSD: patch-ao,v 1.3 2007/03/17 13:25:46 rillig Exp $
---- source/term.c.orig 2005-11-06 17:14:05.000000000 +0000
-+++ source/term.c
+--- source/term.c.orig 2007-03-17 14:16:38.000000000 +0100
++++ source/term.c 2007-03-17 14:18:28.000000000 +0100
@@ -92,7 +92,10 @@ extern int tgetflag();
#endif
extern char *getenv();
+
-+#if !defined(__FreeBSD__) && !defined(__DragonFly__)
++#if !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__NetBSD__)
extern char *tparm();
+#endif