diff options
author | jtb <jtb@pkgsrc.org> | 2003-05-04 20:19:46 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-05-04 20:19:46 +0000 |
commit | d78f520012946d21a6c71a66eed2c922d5c8d3f0 (patch) | |
tree | c5d05ce30568e52c05cbff26bd23a11a933cead4 /lang/hugs/Makefile | |
parent | 0343ece21308e9fb8c065e7a4ee5da54ee24367f (diff) | |
download | pkgsrc-d78f520012946d21a6c71a66eed2c922d5c8d3f0.tar.gz |
Fix a bug in input.c where an unsigned char is compared to EOF (-1),
causing hugs to hang on some systems (powerpc).
Diffstat (limited to 'lang/hugs/Makefile')
-rw-r--r-- | lang/hugs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 28ebbe11f60..157b79816a9 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2002/10/25 18:36:13 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2003/05/04 20:19:46 jtb Exp $ DISTNAME= hugs98-Dec2001 PKGNAME= hugs98-200112 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/hugs98-Dec2001/src/unix CATEGORIES= lang MASTER_SITES= http://cvs.haskell.org/Hugs/downloads/ |