diff options
author | joerg <joerg@pkgsrc.org> | 2005-11-08 16:16:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-11-08 16:16:55 +0000 |
commit | 355ba6def1795f35748a4823842435e1917a13c0 (patch) | |
tree | efb815a087f14d59275f94b779b8ef4dace1e470 /chat/bitchx/patches | |
parent | 55e1ce8a9e3b6689610d76114cdf7490ada4c8cf (diff) | |
download | pkgsrc-355ba6def1795f35748a4823842435e1917a13c0.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-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 |