summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-05-10 16:40:45 +0000
committeradam <adam@pkgsrc.org>2016-05-10 16:40:45 +0000
commit0becae2c4606b9b14d43a2db9944cf39bdd5757a (patch)
tree1df602f906f5321b939eead3453ff33bfa642893 /graphics/ImageMagick/Makefile
parent15697500b3f1a72a23cc3e4a9eb305eac675e09c (diff)
downloadpkgsrc-0becae2c4606b9b14d43a2db9944cf39bdd5757a.tar.gz
Changes 7.0.1.3:
* Check for buffer overflow in magick/draw.c/DrawStrokePolygon(). * Replace show delegate title with image filename rather than label. * Fix GetNextToken() off by one error. * Remove support for internal ephemeral coder.
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-rw-r--r--graphics/ImageMagick/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index bf8c8d60f33..490a61b758e 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.223 2016/04/29 12:16:46 wiz Exp $
+# $NetBSD: Makefile,v 1.224 2016/05/10 16:40:45 adam Exp $
.include "Makefile.common"
@@ -71,6 +71,12 @@ SUBST_MESSAGE.fix-etc= Handle configuration files.
SUBST_FILES.fix-etc= Makefile.in
SUBST_SED.fix-etc= -e 's,^configlibdir =.*,configlibdir = $$(DATA_DIR)/examples/ImageMagick,'
+SUBST_CLASSES+= fix-tools
+SUBST_STAGE.fix-tools= pre-install
+SUBST_MESSAGE.fix-tools=Unwrapping tools path in delegate paths.
+SUBST_FILES.fix-tools= config/delegates.xml
+SUBST_SED.fix-tools= -e 's,${TOOLS_DIR},,g'
+
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"