diff options
Diffstat (limited to 'chat/bitchx/patches')
-rw-r--r-- | chat/bitchx/patches/patch-ao | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/bitchx/patches/patch-ao b/chat/bitchx/patches/patch-ao index 32441fe42e8..8da6258268c 100644 --- a/chat/bitchx/patches/patch-ao +++ b/chat/bitchx/patches/patch-ao @@ -1,4 +1,4 @@ -$NetBSD: patch-ao,v 1.1 2005/11/06 17:40:47 adrianp Exp $ +$NetBSD: patch-ao,v 1.2 2005/11/08 16:16:55 joerg Exp $ --- source/term.c.orig 2005-11-06 17:14:05.000000000 +0000 +++ source/term.c @@ -7,7 +7,7 @@ $NetBSD: patch-ao,v 1.1 2005/11/06 17:40:47 adrianp Exp $ extern char *getenv(); + -+#if !defined(__FreeBSD__) ++#if !defined(__FreeBSD__) && !defined(__DragonFly__) extern char *tparm(); +#endif |