summaryrefslogtreecommitdiff
path: root/graphics/p5-PerlMagick/Makefile
diff options
context:
space:
mode:
authoradam <adam>2016-05-10 16:40:45 +0000
committeradam <adam>2016-05-10 16:40:45 +0000
commitbf9bbc3269371a7f01aaf8c22b06cd19f0673f52 (patch)
tree1df602f906f5321b939eead3453ff33bfa642893 /graphics/p5-PerlMagick/Makefile
parent507d02921dcef10f59a0fe63968b4e884255602c (diff)
downloadpkgsrc-bf9bbc3269371a7f01aaf8c22b06cd19f0673f52.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/p5-PerlMagick/Makefile')
-rw-r--r--graphics/p5-PerlMagick/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile
index d3df1097975..606fde98011 100644
--- a/graphics/p5-PerlMagick/Makefile
+++ b/graphics/p5-PerlMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2016/04/29 12:16:46 wiz Exp $
+# $NetBSD: Makefile,v 1.116 2016/05/10 16:40:45 adam Exp $
.include "../../graphics/ImageMagick/Makefile.common"
@@ -21,8 +21,8 @@ BUILD_DIRS= ${PERL5_CONFIGURE_DIRS}
pre-configure:
${RM} ${WRKSRC}/PerlMagick/Magick.pm
- ${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.pm ${WRKSRC}/PerlMagick/quantum/Q16.pm
- ${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.xs ${WRKSRC}/PerlMagick/quantum/Q16.xs
+ ${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.pm ${WRKSRC}/PerlMagick/quantum/Q16HDRI.pm
+ ${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.xs ${WRKSRC}/PerlMagick/quantum/Q16HDRI.xs
post-configure: perl5-configure