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: adam
Date: Mon Oct 24 12:50:26 UTC 2022
Modified Files:
pkgsrc/textproc/rapidjson: Makefile
Log Message:
rapidjson: needs googletest to build
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/textproc/rapidjson/Makefile:1.6
--- pkgsrc/textproc/rapidjson/Makefile:1.5 Mon Jul 25 11:12:29 2022
+++ pkgsrc/textproc/rapidjson/Makefile Mon Oct 24 12:50:25 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/07/25 11:12:29 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/10/24 12:50:25 adam Exp $
DISTNAME= rapidjson-1.1.0
PKGREVISION= 1
@@ -13,10 +13,12 @@ LICENSE= modified-bsd
USE_CMAKE= yes
USE_LANGUAGES= c++11
+TEST_TARGET= test
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=TRUE
PKGCONFIG_OVERRIDE+= RapidJSON.pc.in
BUILDLINK_TRANSFORM+= rm:-march=native rm:-Werror
+.include "../../devel/googletest/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index