From 66f0e16efe2e152de9ac0ec4e26af28f39449e24 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Mon, 25 Apr 2022 14:12:57 +0000 Subject: databases/mysql55-server: switch back to clang on powerpc64 --- databases/mysql55-server/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'databases') diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile index 16a1f6908e1b..684e15435e06 100644 --- a/databases/mysql55-server/Makefile +++ b/databases/mysql55-server/Makefile @@ -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 -.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 -- cgit v1.2.3