pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2017Q4]: pkgsrc/textproc/rapidjson Pullup ticket #5701 - reque...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f7a9114cfda
branches:  pkgsrc-2017Q4
changeset: 373137:3f7a9114cfda
user:      spz <spz%pkgsrc.org@localhost>
date:      Sat Feb 24 19:53:53 2018 +0000

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

diffstat:

 textproc/rapidjson/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 6991e9249c46 -r 3f7a9114cfda textproc/rapidjson/Makefile
--- a/textproc/rapidjson/Makefile       Sat Feb 24 13:19:17 2018 +0000
+++ b/textproc/rapidjson/Makefile       Sat Feb 24 19:53:53 2018 +0000
@@ -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_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