diff options
author | heas <heas@pkgsrc.org> | 2004-06-27 00:35:04 +0000 |
---|---|---|
committer | heas <heas@pkgsrc.org> | 2004-06-27 00:35:04 +0000 |
commit | e96bb2c59fd6f8c3f52c1114206e3fad0c6b0734 (patch) | |
tree | fd03376b1b61853d083e8f21ef29da11f32add83 /chat/bitchx/Makefile | |
parent | 04959172c82b7869fd34c8e015f3938b90d31f38 (diff) | |
download | pkgsrc-e96bb2c59fd6f8c3f52c1114206e3fad0c6b0734.tar.gz |
Fix pointers for cursor_not_in_display() & cursor_in_display(). Fixes
BUS error on sparc64. Appears to apply to version Bitchx 1.1 too.
Diffstat (limited to 'chat/bitchx/Makefile')
-rw-r--r-- | chat/bitchx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index 8d3c8703e99..6cd78e71bde 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2004/03/29 07:28:51 xtraeme Exp $ +# $NetBSD: Makefile,v 1.29 2004/06/27 00:35:04 heas Exp $ # DISTNAME= ircii-pana-1.0c19 PKGNAME= bitchx-1.0.3.19 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= chat MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ \ ftp://ftp.bitchx.org/pub/BitchX/source/old/ |