diff options
author | abs <abs@pkgsrc.org> | 2002-07-11 14:24:00 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-07-11 14:24:00 +0000 |
commit | b4e0611318d06ec4e8b63c2dc0a8f7923dd7d523 (patch) | |
tree | e8cd87b03db50a134c13c5e297b494f97a1423dd /graphics/libflash/Makefile | |
parent | 459594708b1c7ee0893fda706c5c3b191d406059 (diff) | |
download | pkgsrc-b4e0611318d06ec4e8b63c2dc0a8f7923dd7d523.tar.gz |
Updated libflash to 0.4.10nb3
Updated moz-flash to 1.0nb2
Updated flashplayer to 0.4.10nb1
Do not immediately dereference a null pointer after reporting
'Unsupported depth' - return 0 and let the calling function
handle it. Avoids coredumps on 8bit displays. They still do
not display the flash, but at least its more graceful. Fixes
pkg/14827 from Greg A. Woods
Diffstat (limited to 'graphics/libflash/Makefile')
-rw-r--r-- | graphics/libflash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libflash/Makefile b/graphics/libflash/Makefile index 149bc354fad..1ce85775bef 100644 --- a/graphics/libflash/Makefile +++ b/graphics/libflash/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2001/12/03 04:23:00 mycroft Exp $ +# $NetBSD: Makefile,v 1.6 2002/07/11 14:24:00 abs Exp $ # PKGNAME= lib${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= open source flash(tm) library |