Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/json-c json-c: Explicitly disable doxygen and...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a24e8342a5b
branches: trunk
changeset: 432141:5a24e8342a5b
user: nia <nia%pkgsrc.org@localhost>
date: Tue May 19 12:24:33 2020 +0000
description:
json-c: Explicitly disable doxygen and werror
diffstat:
textproc/json-c/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 50ae643ba538 -r 5a24e8342a5b textproc/json-c/Makefile
--- a/textproc/json-c/Makefile Tue May 19 12:13:51 2020 +0000
+++ b/textproc/json-c/Makefile Tue May 19 12:24:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/05/19 12:08:31 nia Exp $
+# $NetBSD: Makefile,v 1.16 2020/05/19 12:24:33 nia Exp $
DISTNAME= json-c-0.14
CATEGORIES= textproc
@@ -12,6 +12,8 @@
USE_CMAKE= yes
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release"
+CMAKE_ARGS+= -DBUILD_DOCUMENTATION=OFF
+CMAKE_ARGS+= -DDISABLE_WERROR=ON
PKGCONFIG_OVERRIDE+= json-c.pc.in
Home |
Main Index |
Thread Index |
Old Index