From 4c4155995fb0eb6735a9b857cae9f517a286c8c9 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 29 Nov 2005 08:51:17 +0000 Subject: 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 --- graphics/ImageMagick/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/ImageMagick/Makefile') 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 -- cgit v1.2.3