svn commit: r385092 - head/devel/rapidjson
Vanilla I. Shu
vanilla at FreeBSD.org
Fri May 1 08:43:52 UTC 2015
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
More information about the svn-ports-all
mailing list