pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/json-c
Module Name: pkgsrc
Committed By: nia
Date: Tue May 19 12:24:33 UTC 2020
Modified Files:
pkgsrc/textproc/json-c: Makefile
Log Message:
json-c: Explicitly disable doxygen and werror
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/json-c/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/json-c/Makefile
diff -u pkgsrc/textproc/json-c/Makefile:1.15 pkgsrc/textproc/json-c/Makefile:1.16
--- pkgsrc/textproc/json-c/Makefile:1.15 Tue May 19 12:08:31 2020
+++ pkgsrc/textproc/json-c/Makefile Tue May 19 12:24:33 2020
@@ -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 @@ LICENSE= mit
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