diff options
author | mrg <mrg@pkgsrc.org> | 2010-08-12 04:02:28 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2010-08-12 04:02:28 +0000 |
commit | c46b383a21dc95ff78a16efaf0d788fe394e4120 (patch) | |
tree | 0bfa0862043d7343ccfcad665be0ca60fed82da6 /chat/ircII/Makefile | |
parent | aa7517001182b576a7a516bb2330435d854225b2 (diff) | |
download | pkgsrc-c46b383a21dc95ff78a16efaf0d788fe394e4120.tar.gz |
avoid accessing arrays out of bounds. should fix build isses on freebsd8.
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r-- | chat/ircII/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index fb9a5b8ce4a..c65d1c0a17f 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2010/03/30 10:29:40 tron Exp $ +# $NetBSD: Makefile,v 1.55 2010/08/12 04:02:28 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ \ http://ircii.warped.com/pub/ircII/ |