pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick graphics/ImageMagick: fix configu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30179bceaf0d
branches:  trunk
changeset: 440138:30179bceaf0d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Oct 03 12:39:20 2020 +0000

description:
graphics/ImageMagick: fix configure option for HEIC/HEIF

Found by GNU_CONFIGURE_STRICT=yes.

The configure option is called --with-heic now, but the environment
variables are still called HEIF_CFLAGS and HEIF_LIBS.

diffstat:

 graphics/ImageMagick/Makefile   |  3 ++-
 graphics/ImageMagick/options.mk |  6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 70468251380f -r 30179bceaf0d graphics/ImageMagick/Makefile
--- a/graphics/ImageMagick/Makefile     Sat Oct 03 12:23:00 2020 +0000
+++ b/graphics/ImageMagick/Makefile     Sat Oct 03 12:39:20 2020 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.276 2020/09/13 13:29:24 wiz Exp $
+# $NetBSD: Makefile,v 1.277 2020/10/03 12:39:20 rillig Exp $
 
 .include "Makefile.common"
 
 PKGNAME=       ImageMagick-${DISTVERSION}
+PKGREVISION=   1
 
 MAINTAINER=    adam%NetBSD.org@localhost
 COMMENT=       Package for display and interactive manipulation of images
diff -r 70468251380f -r 30179bceaf0d graphics/ImageMagick/options.mk
--- a/graphics/ImageMagick/options.mk   Sat Oct 03 12:23:00 2020 +0000
+++ b/graphics/ImageMagick/options.mk   Sat Oct 03 12:39:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.21 2020/09/01 12:21:03 ryoon Exp $
+# $NetBSD: options.mk,v 1.22 2020/10/03 12:39:20 rillig Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.ImageMagick
 PKG_SUPPORTED_OPTIONS=         x11 jp2 djvu openexr wmf liblqr heif
@@ -52,7 +52,7 @@
 
 .if !empty(PKG_OPTIONS:Mheif)
 .include "../../graphics/libheif/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-heif
+CONFIGURE_ARGS+=       --with-heic
 .else
-CONFIGURE_ARGS+=       --without-heif
+CONFIGURE_ARGS+=       --without-heic
 .endif



Home | Main Index | Thread Index | Old Index