1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

- At least aarch64 and mips64 build file after r441826, assuming all archs fixed

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-12-10 11:25:40 +00:00
parent a512c645e3
commit e6aea7ad7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455889

View File

@ -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