Ticket #42938: Portfile.2.diff

File Portfile.2.diff, 723 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 10 years ago)
  • Portfile

    old new  
    77set name_mysql      ${name}
    88version             5.6.16
    99# Set revision_client and revision_server to 0 on version bump.
    10 set revision_client 1
     10set revision_client 2
    1111set revision_server 0
    1212set version_branch  [join [lrange [split ${version} .] 0 1] .]
    1313categories          databases
     
    9999    if {[string match *clang* ${configure.cxx}] &&
    100100              ${os.major} >= 13} {
    101101
    102         configure.args-append \
    103                         -DCMAKE_CXX_FLAGS:STRING="-stdlib=libstdc++"
     102        configure.cxxflags-append \
     103                        -stdlib=libstdc++
    104104    }
    105105
    106106    post-build {