Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2017 11:26:01 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441575 - head/devel/rapidjson
Message-ID:  <201705241126.v4OBQ1xq076978@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705241126.v4OBQ1xq076978>