Ticket #14635: patch-Portfile.diff
File patch-Portfile.diff, 822 bytes (added by info@…, 17 years ago) |
---|
-
/opt/local/var/macports/sources/rsync.macports.org/release/ports/www/php5/Portfile
old new 226 226 depends_lib-append \ 227 227 path:${prefix}/bin/mysql_config5:mysql5 228 228 configure.args-delete \ 229 229 --without-mysql 230 230 configure.args-append \ 231 --with-mysql=${ workpath}/mysql5 \231 --with-mysql=${prefix}/mysql5 \ 232 232 --with-pdo-mysql=${prefix}/bin/mysql_config5 \ 233 233 --with-mysql-sock=${prefix}/var/run/mysql5/mysqld.sock \ 234 234 --with-mysqli=${prefix}/bin/mysql_config5 235 235 post-extract { 236 236 file mkdir "${workpath}/mysql5"