Ticket #12210: php5-Portfile.2.patch
File php5-Portfile.2.patch, 674 bytes (added by mjscod@…, 17 years ago) |
---|
-
Portfile
old new 120 120 --with-iodbc=/usr 121 121 } 122 122 123 variant unixodbc { 124 configure.args-delete \ 125 --with-iodbc=/usr \ 126 --with-pdo-odbc=generic,/usr,iodbc,/usr/include 127 configure.args-append \ 128 --with-unixODBC=${prefix} \ 129 --with-pdo-odbc=unixODBC,${prefix} 130 } 131 123 132 # Build an Apache 1 module. On Mac OS X, it uses Apple's provided Apache 1 server. 124 133 # On other platforms, the MacPorts apache port is used. Keep the options here 125 134 # in sync with those in the relevant part of the post-destroot phase.