svn commit: r379203 - head/graphics/dcraw-m
John Marino
marino at FreeBSD.org
Wed Feb 18 08:56:50 UTC 2015
Author: marino
Date: Wed Feb 18 08:56:49 2015
New Revision: 379203
URL: https://svnweb.freebsd.org/changeset/ports/379203
QAT: https://qat.redports.org/buildarchive/r379203/
Log:
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
Modified:
head/graphics/dcraw-m/Makefile
Modified: head/graphics/dcraw-m/Makefile
==============================================================================
--- head/graphics/dcraw-m/Makefile Wed Feb 18 08:51:45 2015 (r379202)
+++ head/graphics/dcraw-m/Makefile Wed Feb 18 08:56:49 2015 (r379203)
@@ -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
More information about the svn-ports-all
mailing list