Ticket #6979: mysql5.diff

File mysql5.diff, 491 bytes (added by tonytung@…, 18 years ago)

suggested patch

  • Portfile

    diff -u -r mysql5.orig/Portfile mysql5/Portfile
    old new  
    4141                                --with-unix-socket-path=${prefix}/var/run/${name}/mysqld.sock \
    4242                                --with-mysqld-user=${mysqluser} \
    4343                                --without-docs \
    44                                 --without-bench
     44                                --without-bench \
     45                                --enable-thread-safe-client
    4546
    4647platform darwin 8 {
    4748        configure.env   CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0