Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2015 08:56:50 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379203 - head/graphics/dcraw-m
Message-ID:  <201502180856.t1I8uogL048787@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502180856.t1I8uogL048787>