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  
    226226       depends_lib-append \
    227227               path:${prefix}/bin/mysql_config5:mysql5
    228228       configure.args-delete \
    229229               --without-mysql
    230230       configure.args-append \
    231                --with-mysql=${workpath}/mysql5 \
     231               --with-mysql=${prefix}/mysql5 \
    232232               --with-pdo-mysql=${prefix}/bin/mysql_config5 \
    233233               --with-mysql-sock=${prefix}/var/run/mysql5/mysqld.sock \
    234234               --with-mysqli=${prefix}/bin/mysql_config5
    235235       post-extract {
    236236               file mkdir "${workpath}/mysql5"