svn commit: r368196 - head/devel/json-c

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 14 15:54:17 UTC 2014


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>


More information about the svn-ports-head mailing list