diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-03 05:52:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-03 05:52:55 +0000 |
commit | 8b26d77145fef44305941ae470319e46f64897dc (patch) | |
tree | 4bde0c6b5b233540f25bdc842bbc5e11bcc9ab86 /devel/rapidjson/Makefile | |
parent | d78f4f42e4c1b43b440ef6f8dea481524d8688a0 (diff) |
Notes
Diffstat (limited to 'devel/rapidjson/Makefile')
-rw-r--r-- | devel/rapidjson/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rapidjson/Makefile b/devel/rapidjson/Makefile index 01919825a787..70465e1da22f 100644 --- a/devel/rapidjson/Makefile +++ b/devel/rapidjson/Makefile @@ -15,7 +15,8 @@ LICENSE_NAME= RapidJSON LICENSE_FILE= ${WRKSRC}/license.txt LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} -BROKEN_powerpc64= Does not build +BROKEN_aarch64= does not build: c++: error: the clang compiler does not support -march=native +BROKEN_powerpc64= does not build DOXYGEN_BUILD_DEPENDS+= doxygen:devel/doxygen |