databases/mysql55-server: switch back to clang on powerpc64

This commit is contained in:
Piotr Kubaj 2022-04-25 14:12:57 +00:00
parent 45aa2de4b0
commit 66f0e16efe

View file

@ -13,7 +13,7 @@ COMMENT?= Multithreaded SQL database (server)
LICENSE= GPLv2
SLAVEDIRS= databases/mysql55-client
USES= cmake:insource,noninja cpe readline shebangfix
USES= cmake:insource,noninja compiler:c++11-lang cpe readline shebangfix
CXXFLAGS+= ${CPPFLAGS}
NO_OPTIONS_SORT=yes
@ -51,14 +51,6 @@ SHEBANG_FILES= scripts/*.pl* scripts/*.sh
.include <bsd.port.options.mk>
.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
USES+= compiler:gcc-c++11-lib
USE_CXXSTD= gnu++11
.else
USES+= compiler:c++11-lang
USE_CXXSTD= gnu++98
.endif
.if ${PORT_OPTIONS:MSSL}
CMAKE_ARGS+= -DWITH_SSL=bundled
.endif