Skip to content

Commit

Permalink
mysql57: Move cxx11 PG to non-server subport
Browse files Browse the repository at this point in the history
  • Loading branch information
cjones051073 committed May 15, 2019
1 parent 0a2c7d3 commit cc97795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions databases/mysql57/Portfile
Expand Up @@ -3,9 +3,6 @@
PortSystem 1.0
PortGroup conflicts_build 1.0

PortGroup cxx11 1.1
configure.cxxflags-append -std=c++11

name mysql57
set name_mysql ${name}
version 5.7.26
Expand All @@ -25,6 +22,9 @@ if {$subport eq $name} {
PortGroup cmake 1.0
PortGroup select 1.0

PortGroup cxx11 1.1
configure.cxxflags-append -std=c++11

revision ${revision_client}
license GPL-2
description Multithreaded SQL database server
Expand Down

0 comments on commit cc97795

Please sign in to comment.