summaryrefslogtreecommitdiff
path: root/databases/tarantool-c
diff options
context:
space:
mode:
Diffstat (limited to 'databases/tarantool-c')
-rw-r--r--databases/tarantool-c/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/tarantool-c/Makefile b/databases/tarantool-c/Makefile
index bba601ae713e..c68fbaf76ec5 100644
--- a/databases/tarantool-c/Makefile
+++ b/databases/tarantool-c/Makefile
@@ -23,4 +23,7 @@ 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
+post-patch:
+ @${REINPLACE_CMD} -e '/-O3 -march=native/d' ${WRKSRC}/CMakeLists.txt
+
.include <bsd.port.mk>