Ticket #42938: Portfile.1.diff
File Portfile.1.diff, 826 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 … … 96 96 -DWITH_LIBWRAP:BOOL=ON \ 97 97 -DWITH_SSL:STRING=bundled 98 98 99 if {[string match *clang* ${configure.cxx}] &&100 ${os.major} >= 13} {101 102 configure.args-append \103 -DCMAKE_CXX_FLAGS:STRING="-stdlib=libstdc++"104 }105 106 99 post-build { 107 100 set dirs ${worksrcpath}/build_macports 108 101 foreach dir ${dirs} {