summaryrefslogtreecommitdiff
path: root/databases/mysql55-server
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql55-server')
-rw-r--r--databases/mysql55-server/Makefile10
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