git: 66f0e16efe2e - main - databases/mysql55-server: switch back to clang on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Apr 2022 14:28:29 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=66f0e16efe2e152de9ac0ec4e26af28f39449e24 commit 66f0e16efe2e152de9ac0ec4e26af28f39449e24 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-25 14:12:57 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-25 14:12:57 +0000 databases/mysql55-server: switch back to clang on powerpc64 --- databases/mysql55-server/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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 <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