mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/dcraw-m: Fix against ImageMagicks-6.9.13
This commit is contained in:
parent
438402561a
commit
ee1afed5b8
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= dcraw-m
|
PORTNAME= dcraw-m
|
||||||
PORTVERSION= 9.22
|
PORTVERSION= 9.22
|
||||||
PORTREVISION= 9
|
PORTREVISION= 10
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
|
|
||||||
MAINTAINER= waitman@waitman.net
|
MAINTAINER= waitman@waitman.net
|
||||||
|
@ -19,10 +19,10 @@ GH_TAGNAME= 1392579
|
||||||
USES= jpeg magick:6 pkgconfig
|
USES= jpeg magick:6 pkgconfig
|
||||||
|
|
||||||
CFLAGS+= -Wall -I${LOCALBASE}/include \
|
CFLAGS+= -Wall -I${LOCALBASE}/include \
|
||||||
`MagickWand-config --cflags --cppflags` \
|
`pkg-config MagickWand --cflags` \
|
||||||
-DMAGICKCORE_HDRI_ENABLE=0 \
|
-DMAGICKCORE_HDRI_ENABLE=0 \
|
||||||
-DMAGICKCORE_QUANTUM_DEPTH=16
|
-DMAGICKCORE_QUANTUM_DEPTH=16
|
||||||
LDFLAGS+= `MagickWand-config --ldflags --libs` -lm -llcms2 -ljpeg \
|
LDFLAGS+= `pkg-config MagickWand --libs` -lm -llcms2 -ljpeg \
|
||||||
-ljasper
|
-ljasper
|
||||||
LIBS+= -L${LOCALBASE}/lib
|
LIBS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue