aboutsummaryrefslogtreecommitdiff
path: root/graphics/dcraw-m
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-02-18 08:56:49 +0000
committerJohn Marino <marino@FreeBSD.org>2015-02-18 08:56:49 +0000
commitdb259dc4bf81f1466f008e640d765bb2660d716b (patch)
tree9962b8e7ac03ebef787d85f79ae959b127cd4a38 /graphics/dcraw-m
parente8397aeef9e5b83af9f3bf2b197744b40b77697f (diff)
downloadports-db259dc4bf81f1466f008e640d765bb2660d716b.tar.gz
ports-db259dc4bf81f1466f008e640d765bb2660d716b.zip
graphics/dcraw-m: Remove -Werror to restore build on DF
With gcc47+, variable 'type' is set but not used, which generates warning. The -Werror flag should never be set in ports. PR: 197329 Submitted by: marino@ Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=379203
Diffstat (limited to 'graphics/dcraw-m')
-rw-r--r--graphics/dcraw-m/Makefile2
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