diff options
author | adam <adam@pkgsrc.org> | 2005-11-29 08:51:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-11-29 08:51:17 +0000 |
commit | 4c4155995fb0eb6735a9b857cae9f517a286c8c9 (patch) | |
tree | 5838e90b7edb21ab0cfd0924981d7cf04a4ce17d /graphics/ImageMagick/Makefile | |
parent | 3a640b1f0cab7e7a8910a528f5c9b781c82d36cb (diff) | |
download | pkgsrc-4c4155995fb0eb6735a9b857cae9f517a286c8c9.tar.gz |
Changes 6.2.5.5:
* SetImageType(): monochrome images are not required to be colormapped
* Initialize blob->mapped to MagickFalse in AttachBlob()
* Use painters algorithm for the -draw point primitive
* NormalizeImage() now normalizes the opacity channel correctly
* QueryFontMetrics() now accounts for the font stroke width
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index e0e735e5278..bbc125d3c28 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.131 2005/08/08 09:18:09 adam Exp $ +# $NetBSD: Makefile,v 1.132 2005/11/29 08:51:17 adam Exp $ .include "Makefile.common" @@ -32,7 +32,7 @@ GCC_REQD+= 3.0 # Avoid compiler bug on "mipsel" (cobalt?) .if ${MACHINE_ARCH} == "mipsel" -CFLAGS= -O +CFLAGS+= -O .endif # Some configure_args come from Makefile.common |