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

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 10 11:25:42 UTC 2017


Author: amdmi3
Date: Sun Dec 10 11:25:40 2017
New Revision: 455889
URL: https://svnweb.freebsd.org/changeset/ports/455889

Log:
  - At least aarch64 and mips64 build file after r441826, assuming all archs fixed
  
  Approved by:	portmgr blanket

Modified:
  head/databases/tarantool-c/Makefile

Modified: head/databases/tarantool-c/Makefile
==============================================================================
--- head/databases/tarantool-c/Makefile	Sun Dec 10 11:22:29 2017	(r455888)
+++ head/databases/tarantool-c/Makefile	Sun Dec 10 11:25:40 2017	(r455889)
@@ -17,11 +17,6 @@ GH_TAGNAME=	a251965
 USES=		cmake
 CMAKE_ARGS=	-DENABLE_BUNDLED_MSGPUCK=false
 
-BROKEN_aarch64=		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
-
 post-patch:
 	@${REINPLACE_CMD} -e '/-O3 -march=native/d' ${WRKSRC}/CMakeLists.txt
 


More information about the svn-ports-all mailing list