diff options
author | linimon <linimon@FreeBSD.org> | 2017-11-30 01:24:01 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-11-30 01:24:01 +0800 |
commit | a795723f86c34f5ed4f49b7bdd2f7843e13153c9 (patch) | |
tree | aa5e53a382052c475d958f95183ccf7d0d708ce9 /databases | |
parent | af5adade218ce61289641c12f6245b4bcbd04a2d (diff) | |
download | freebsd-ports-gnome-a795723f86c34f5ed4f49b7bdd2f7843e13153c9.tar.gz freebsd-ports-gnome-a795723f86c34f5ed4f49b7bdd2f7843e13153c9.tar.zst freebsd-ports-gnome-a795723f86c34f5ed4f49b7bdd2f7843e13153c9.zip |
This is believed to be fixed by r441826. (At least, it builds correctly
on armv7 as-is.)
Reported by: danfe
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tarantool-c/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/tarantool-c/Makefile b/databases/tarantool-c/Makefile index c68fbaf76ec5..1275fc5c640c 100644 --- a/databases/tarantool-c/Makefile +++ b/databases/tarantool-c/Makefile @@ -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 |