Date: Sun, 30 Mar 2025 06:00:16 GMT From: =?utf-8?Q?Lo=C3=AFc?= Bartoletti <lbartoletti@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ee1afed5b879 - main - graphics/dcraw-m: Fix against ImageMagicks-6.9.13 Message-ID: <202503300600.52U60GDe042131@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee1afed5b8795306d20b20898fd6327b65ae648a commit ee1afed5b8795306d20b20898fd6327b65ae648a Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2025-03-30 05:48:04 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2025-03-30 06:00:01 +0000 graphics/dcraw-m: Fix against ImageMagicks-6.9.13 --- graphics/dcraw-m/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/dcraw-m/Makefile b/graphics/dcraw-m/Makefile index d2201acbf2ff..936eff6b03a9 100644 --- a/graphics/dcraw-m/Makefile +++ b/graphics/dcraw-m/Makefile @@ -1,6 +1,6 @@ PORTNAME= dcraw-m PORTVERSION= 9.22 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MAINTAINER= waitman@waitman.net @@ -19,10 +19,10 @@ GH_TAGNAME= 1392579 USES= jpeg magick:6 pkgconfig CFLAGS+= -Wall -I${LOCALBASE}/include \ - `MagickWand-config --cflags --cppflags` \ + `pkg-config MagickWand --cflags` \ -DMAGICKCORE_HDRI_ENABLE=0 \ -DMAGICKCORE_QUANTUM_DEPTH=16 -LDFLAGS+= `MagickWand-config --ldflags --libs` -lm -llcms2 -ljpeg \ +LDFLAGS+= `pkg-config MagickWand --libs` -lm -llcms2 -ljpeg \ -ljasper LIBS+= -L${LOCALBASE}/libhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503300600.52U60GDe042131>
