Ticket #18935: php.diff
File php.diff, 973 bytes (added by nox@…, 16 years ago) |
---|
-
Portfile
215 215 depends_lib-append \ 216 216 port:freetds 217 217 configure.args-append \ 218 --with-mssql=${prefix} 218 --with-mssql=${prefix} \ 219 --with-pdo-dblib=${prefix} 219 220 220 221 # See http://bugs.php.net/bug.php?id=44991 221 222 post-patch { … … 277 278 } 278 279 279 280 variant oracle description {Add Oracle oci8 database functions with the Oracle Instant Client} { 281 patchfiles-append \ 282 patch-ext-pdo_oci-config.m4.diff 280 283 depends_lib-append \ 281 284 port:oracle-instantclient 282 285 configure.args-append \ 283 --with-oci8=instantclient,${prefix}/lib/oracle 286 --with-oci8=instantclient,${prefix}/lib/oracle \ 287 --with-pdo-oci=instantclient,${prefix}/lib/oracle,10.1 284 288 } 285 289 286 290 variant postgresql82 conflicts postgresql83 description {provide postgresql82 support} {