Ticket #6979: mysql5.diff
File mysql5.diff, 491 bytes (added by tonytung@…, 19 years ago) |
---|
-
Portfile
diff -u -r mysql5.orig/Portfile mysql5/Portfile
old new 41 41 --with-unix-socket-path=${prefix}/var/run/${name}/mysqld.sock \ 42 42 --with-mysqld-user=${mysqluser} \ 43 43 --without-docs \ 44 --without-bench 44 --without-bench \ 45 --enable-thread-safe-client 45 46 46 47 platform darwin 8 { 47 48 configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0