pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q4] pkgsrc/textproc/rapidjson
Module Name: pkgsrc
Committed By: spz
Date: Sat Feb 24 19:53:53 UTC 2018
Modified Files:
pkgsrc/textproc/rapidjson [pkgsrc-2017Q4]: Makefile
Log Message:
Pullup ticket #5701 - requested by maya
textproc/rapidjson: build fix
Revisions pulled up:
- textproc/rapidjson/Makefile 1.2
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: maya
Date: Tue Feb 6 16:25:16 UTC 2018
Modified Files:
pkgsrc/textproc/rapidjson: Makefile
Log Message:
rapidjson: remove -march=native, force fail doxygen configure test.
-march=native yields an error in some configurations.
doxygen is not a dependency, so if the user has it and it's detected,
we have plist mismatches.
PKGREVISION++
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/rapidjson/Makefile
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.2.1 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.1 pkgsrc/textproc/rapidjson/Makefile:1.1.2.1
--- pkgsrc/textproc/rapidjson/Makefile:1.1 Sun Nov 26 23:37:18 2017
+++ pkgsrc/textproc/rapidjson/Makefile Sat Feb 24 19:53:53 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2017/11/26 23:37:18 minskim Exp $
+# $NetBSD: Makefile,v 1.1.2.1 2018/02/24 19:53:53 spz Exp $
DISTNAME= rapidjson-1.1.0
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Tencent/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -14,6 +15,9 @@ USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c++11
+CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=TRUE
+
PKGCONFIG_OVERRIDE+= RapidJSON.pc.in
+BUILDLINK_TRANSFORM+= rm:-march=native
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index