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 | f2277b474587d55aac639187fe3a2233d0498e26 (patch) | |
tree | efb815a087f14d59275f94b779b8ef4dace1e470 /chat/bitchx | |
parent | b899ba7f5dc56c6487f55b1eed7bb69f04122700 (diff) | |
download | pkgsrc-f2277b474587d55aac639187fe3a2233d0498e26.tar.gz |
Don't define tparm on DragonFly as well. This fixes PR 31891.
Diffstat (limited to 'chat/bitchx')
-rw-r--r-- | chat/bitchx/distinfo | 4 | ||||
-rw-r--r-- | chat/bitchx/patches/patch-ao | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/bitchx/distinfo b/chat/bitchx/distinfo index 79aaafe1711..2013c2135b1 100644 --- a/chat/bitchx/distinfo +++ b/chat/bitchx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2005/11/06 17:40:47 adrianp Exp $ +$NetBSD: distinfo,v 1.14 2005/11/08 16:16:55 joerg Exp $ SHA1 (ircii-pana-1.1-final.tar.gz) = b25635b62c7ff905b6492a4aaa88c43b5aa164f8 RMD160 (ircii-pana-1.1-final.tar.gz) = 4105de2587964146e2391a26a8a16e3d0059a93f @@ -10,4 +10,4 @@ SHA1 (patch-ad) = ba00fb80b1b980a32b70d84e4ca4db91e9fd5538 SHA1 (patch-ae) = 90c7e0a19c81e710392c675be650c57e64ee65b3 SHA1 (patch-af) = c79fcbcc57b8234d5918b1414219965b75e3c0d1 SHA1 (patch-an) = 59a6dc31a90b88bbffac5bb4629feaa2488afeff -SHA1 (patch-ao) = 5c0eabae60475db7d5e1d1bf478a725adcfbbeed +SHA1 (patch-ao) = a3ee3362835c8f04467a41d3beeb05023347df5a 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 |