Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 12:18:57 UTC Now

2018-02-24 19:53:53 UTC pkgsrc-2017Q4 commitmail json YAML

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

(spz)