summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/Makefile
diff options
context:
space:
mode:
authoradam <adam>2005-11-29 08:51:17 +0000
committeradam <adam>2005-11-29 08:51:17 +0000
commit62a7e2510a9b56d509960a349270b4328099df47 (patch)
tree5838e90b7edb21ab0cfd0924981d7cf04a4ce17d /graphics/ImageMagick/Makefile
parent056de4ad6c358924de7da192dd506cdb8266494a (diff)
downloadpkgsrc-62a7e2510a9b56d509960a349270b4328099df47.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/Makefile4
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