svn commit: r455129 - head/databases/tarantool-c
Mark Linimon
linimon at FreeBSD.org
Wed Nov 29 17:24:03 UTC 2017
Author: linimon
Date: Wed Nov 29 17:24:01 2017
New Revision: 455129
URL: https://svnweb.freebsd.org/changeset/ports/455129
Log:
This is believed to be fixed by r441826. (At least, it builds correctly
on armv7 as-is.)
Reported by: danfe
Modified:
head/databases/tarantool-c/Makefile
Modified: head/databases/tarantool-c/Makefile
==============================================================================
--- head/databases/tarantool-c/Makefile Wed Nov 29 17:15:51 2017 (r455128)
+++ head/databases/tarantool-c/Makefile Wed Nov 29 17:24:01 2017 (r455129)
@@ -18,7 +18,6 @@ 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