diff options
Diffstat (limited to 'graphics/dcraw-m/Makefile')
-rw-r--r-- | graphics/dcraw-m/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dcraw-m/Makefile b/graphics/dcraw-m/Makefile index 793a89022991..462bd2c34a02 100644 --- a/graphics/dcraw-m/Makefile +++ b/graphics/dcraw-m/Makefile @@ -25,7 +25,7 @@ GH_COMMIT= 1392579 USES= pkgconfig -CFLAGS += -Wall -Werror -I${LOCALBASE}/include \ +CFLAGS += -Wall -I${LOCALBASE}/include \ `MagickWand-config --cflags --cppflags` \ -DMAGICKCORE_HDRI_ENABLE=0 \ -DMAGICKCORE_QUANTUM_DEPTH=16 |