summaryrefslogtreecommitdiff
path: root/chat/bitchx/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-11-08 16:16:55 +0000
committerjoerg <joerg@pkgsrc.org>2005-11-08 16:16:55 +0000
commitf2277b474587d55aac639187fe3a2233d0498e26 (patch)
treeefb815a087f14d59275f94b779b8ef4dace1e470 /chat/bitchx/patches
parentb899ba7f5dc56c6487f55b1eed7bb69f04122700 (diff)
downloadpkgsrc-f2277b474587d55aac639187fe3a2233d0498e26.tar.gz
Don't define tparm on DragonFly as well. This fixes PR 31891.
Diffstat (limited to 'chat/bitchx/patches')
-rw-r--r--chat/bitchx/patches/patch-ao4
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