diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-25 14:12:57 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-25 14:12:57 +0000 |
commit | 66f0e16efe2e152de9ac0ec4e26af28f39449e24 (patch) | |
tree | 7daaf8dc2f70771dc0ea17397dc3cb5986d5c0b9 | |
parent | 45aa2de4b04085836d30fe525f3556830fd13e44 (diff) | |
download | ports-66f0e16efe2e152de9ac0ec4e26af28f39449e24.tar.gz ports-66f0e16efe2e152de9ac0ec4e26af28f39449e24.zip |
databases/mysql55-server: switch back to clang on powerpc64
-rw-r--r-- | databases/mysql55-server/Makefile | 10 |
1 files changed, 1 insertions, 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 |