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:   tnn
Date:           Mon Mar  6 09:11:10 UTC 2023

Modified Files:
        pkgsrc/textproc/rapidjson: Makefile

Log Message:
rapidjson: fix unintentional logic inversion for doxygen


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/textproc/rapidjson/Makefile:1.9
--- pkgsrc/textproc/rapidjson/Makefile:1.8      Mon Mar  6 09:05:27 2023
+++ pkgsrc/textproc/rapidjson/Makefile  Mon Mar  6 09:11:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/03/06 09:05:27 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2023/03/06 09:11:10 tnn Exp $
 
 DISTNAME=      rapidjson-1.1.0
 PKGREVISION=   1
@@ -15,7 +15,7 @@ USE_LANGUAGES=        c++11
 #TEST_TARGET=  test
 
 CMAKE_ARGS+=           -DRAPIDJSON_BUILD_TESTS=OFF
-CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=OFF
+CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
 
 PKGCONFIG_OVERRIDE+=   RapidJSON.pc.in
 BUILDLINK_TRANSFORM+=  rm:-march=native rm:-Werror



Home | Main Index | Thread Index | Old Index