pkgsrc/chat/bitchx/patches/patch-ao
2007-03-17 13:25:46 +00:00

15 lines
444 B
Text

$NetBSD: patch-ao,v 1.3 2007/03/17 13:25:46 rillig Exp $
--- 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__) && !defined(__NetBSD__)
extern char *tparm();
+#endif
/*
* The old code assumed termcap. termcap is almost always present, but on