Ticket #42938: Portfile.2.diff
File Portfile.2.diff, 723 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 11 years ago) |
---|
-
Portfile
old new 7 7 set name_mysql ${name} 8 8 version 5.6.16 9 9 # Set revision_client and revision_server to 0 on version bump. 10 set revision_client 110 set revision_client 2 11 11 set revision_server 0 12 12 set version_branch [join [lrange [split ${version} .] 0 1] .] 13 13 categories databases … … 99 99 if {[string match *clang* ${configure.cxx}] && 100 100 ${os.major} >= 13} { 101 101 102 configure. args-append \103 - DCMAKE_CXX_FLAGS:STRING="-stdlib=libstdc++"102 configure.cxxflags-append \ 103 -stdlib=libstdc++ 104 104 } 105 105 106 106 post-build {