pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/rapidjson textproc/rapidjson: Do not treat wa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b98bd49de003
branches: trunk
changeset: 378164:b98bd49de003
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Apr 02 16:07:47 2018 +0000
description:
textproc/rapidjson: Do not treat warnings as errors
This makes the package build with clang-5.
diffstat:
textproc/rapidjson/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 02b97e1f0b3a -r b98bd49de003 textproc/rapidjson/Makefile
--- a/textproc/rapidjson/Makefile Mon Apr 02 15:44:47 2018 +0000
+++ b/textproc/rapidjson/Makefile Mon Apr 02 16:07:47 2018 +0000
@@ -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 @@
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