Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2015 08:43:52 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385092 - head/devel/rapidjson
Message-ID:  <201505010843.t418hqcF005968@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Fri May  1 08:43:51 2015
New Revision: 385092
URL: https://svnweb.freebsd.org/changeset/ports/385092

Log:
  Remove -Werror
  
  Submitted by:	marino@

Modified:
  head/devel/rapidjson/Makefile

Modified: head/devel/rapidjson/Makefile
==============================================================================
--- head/devel/rapidjson/Makefile	Fri May  1 08:01:01 2015	(r385091)
+++ head/devel/rapidjson/Makefile	Fri May  1 08:43:51 2015	(r385092)
@@ -27,6 +27,8 @@ OPTIONS_SUB=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|LIB_INSTALL_DIR}/pkgconfig"|CMAKE_INSTALL_PREFIX}/libdata/pkgconfig"|' ${WRKSRC}/CMakeLists.txt
 	@${REINPLACE_CMD} -e 's|DOC_INSTALL_DIR}/examples"|CMAKE_INSTALL_PREFIX}/share/examples/${PORTNAME}"|' ${WRKSRC}/CMakeLists.txt
+	@${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/example/CMakeLists.txt
+	@${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/test/unittest/CMakeLists.txt
 
 post-stage:
 	@${RM} -rf ${STAGEDIR}${EXAMPLESDIR}/CMakeFiles



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