svn commit: r441575 - head/devel/rapidjson

Mark Linimon linimon at FreeBSD.org
Wed May 24 11:26:03 UTC 2017


Author: linimon
Date: Wed May 24 11:26:01 2017
New Revision: 441575
URL: https://svnweb.freebsd.org/changeset/ports/441575

Log:
  Also broken on armv6.

Modified:
  head/devel/rapidjson/Makefile

Modified: head/devel/rapidjson/Makefile
==============================================================================
--- head/devel/rapidjson/Makefile	Wed May 24 11:21:49 2017	(r441574)
+++ head/devel/rapidjson/Makefile	Wed May 24 11:26:01 2017	(r441575)
@@ -16,7 +16,9 @@ LICENSE_FILE=	${WRKSRC}/license.txt
 LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
 
 BROKEN_aarch64=		does not build: c++: error: the clang compiler does not support -march=native
-BROKEN_powerpc64=	does not build
+BROKEN_armv6=		does not build: c++: error: the clang compiler does not support -march=native
+BROKEN_sparc64=		does not build: c++: error: the clang compiler does not support -march=native
+BROKEN_powerpc64=	does not build: c++: error: the clang compiler does not support -march=native
 
 DOXYGEN_BUILD_DEPENDS+=	doxygen:devel/doxygen
 


More information about the svn-ports-all mailing list