pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/rapidjson
Module Name: pkgsrc
Committed By: minskim
Date: Mon Apr 2 16:07:47 UTC 2018
Modified Files:
pkgsrc/textproc/rapidjson: Makefile
Log Message:
textproc/rapidjson: Do not treat warnings as errors
This makes the package build with clang-5.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/rapidjson/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/rapidjson/Makefile
diff -u pkgsrc/textproc/rapidjson/Makefile:1.2 pkgsrc/textproc/rapidjson/Makefile:1.3
--- pkgsrc/textproc/rapidjson/Makefile:1.2 Tue Feb 6 16:25:15 2018
+++ pkgsrc/textproc/rapidjson/Makefile Mon Apr 2 16:07:47 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/02/06 16:25:15 maya Exp $
+# $NetBSD: Makefile,v 1.3 2018/04/02 16:07:47 minskim Exp $
DISTNAME= rapidjson-1.1.0
PKGREVISION= 1
@@ -18,6 +18,6 @@ USE_LANGUAGES= c++11
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=TRUE
PKGCONFIG_OVERRIDE+= RapidJSON.pc.in
-BUILDLINK_TRANSFORM+= rm:-march=native
+BUILDLINK_TRANSFORM+= rm:-march=native rm:-Werror
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index