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:   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

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.2
--- pkgsrc/textproc/rapidjson/Makefile:1.1      Sun Nov 26 23:37:18 2017
+++ pkgsrc/textproc/rapidjson/Makefile  Tue Feb  6 16:25:15 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2017/11/26 23:37:18 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/02/06 16:25:15 maya 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