Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2014 15:54:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368196 - head/devel/json-c
Message-ID:  <201409141554.s8EFsHBh080256@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep 14 15:54:16 2014
New Revision: 368196
URL: http://svnweb.freebsd.org/changeset/ports/368196
QAT: https://qat.redports.org/buildarchive/r368196/

Log:
  - Remove -Werror
  
  PR:		ports/193632
  Submitted by:	marino

Modified:
  head/devel/json-c/Makefile

Modified: head/devel/json-c/Makefile
==============================================================================
--- head/devel/json-c/Makefile	Sun Sep 14 15:53:45 2014	(r368195)
+++ head/devel/json-c/Makefile	Sun Sep 14 15:54:16 2014	(r368196)
@@ -24,4 +24,7 @@ GH_COMMIT=	2a03577
 GH_PROJECT=	${PORTNAME}
 GH_TAGNAME=	${PORTNAME}-${PORTVERSION}-20140410
 
+post-patch:
+	@${REINPLACE_CMD} -e 's| -Werror||g' ${WRKSRC}/Makefile.in
+
 .include <bsd.port.mk>



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