diff options
author | atatat <atatat@pkgsrc.org> | 2001-07-10 14:32:32 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2001-07-10 14:32:32 +0000 |
commit | 3affde40dd338e0d04831b846bf935dce950bd3f (patch) | |
tree | 6fb08e9757677489974397e92282ac1e4ed6bc43 /x11/xearth/Makefile | |
parent | 8d94fbe1f1982b03206434056e538f36b7ca6187 (diff) | |
download | pkgsrc-3affde40dd338e0d04831b846bf935dce950bd3f.tar.gz |
Eliminate the hideous blue-on-black problem with zoom factors set too
high. The problem is with casting doubles to ints, which is nasty and
overflows easily.
Diffstat (limited to 'x11/xearth/Makefile')
-rw-r--r-- | x11/xearth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xearth/Makefile b/x11/xearth/Makefile index ed6ce2dbaeb..d245483dfb3 100644 --- a/x11/xearth/Makefile +++ b/x11/xearth/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 17:07:05 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/07/10 14:32:32 atatat Exp $ # DISTNAME= xearth-1.1 +PKGNAME= xearth-1.1nb1 CATEGORIES= x11 MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ \ ftp://ftp.cs.colorado.edu/users/tuna/ |