svn commit: r441574 - head/databases/tarantool-c

Mark Linimon linimon at FreeBSD.org
Wed May 24 11:21:51 UTC 2017


Author: linimon
Date: Wed May 24 11:21:49 2017
New Revision: 441574
URL: https://svnweb.freebsd.org/changeset/ports/441574

Log:
  Also broken on armv6.

Modified:
  head/databases/tarantool-c/Makefile

Modified: head/databases/tarantool-c/Makefile
==============================================================================
--- head/databases/tarantool-c/Makefile	Wed May 24 11:11:43 2017	(r441573)
+++ head/databases/tarantool-c/Makefile	Wed May 24 11:21:49 2017	(r441574)
@@ -18,6 +18,7 @@ USES=		cmake
 CMAKE_ARGS=	-DENABLE_BUNDLED_MSGPUCK=false
 
 BROKEN_aarch64=		Fails to compile: clang compiler does not support -march=native
+BROKEN_armv6=		Fails to compile: clang compiler does not support -march=native
 BROKEN_mips64=		Fails to compile: clang compiler does not support -march=native
 BROKEN_powerpc64=	Fails to compile: clang compiler does not support -march=native
 BROKEN_sparc64=		Fails to compile: clang compiler does not support -march=native


More information about the svn-ports-all mailing list