diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 16:24:00 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 16:24:00 +0000 |
| commit | f4f46a920e21b409b3f3b16873c6cef1eb4af378 (patch) | |
| tree | 111c3e996440f35b3a05e66700954340c9919761 /lang/php53/Makefile.ext | |
| parent | 4007e179a6cb2c28428cd709099b5c1ff6b65402 (diff) | |
Notes
Diffstat (limited to 'lang/php53/Makefile.ext')
| -rw-r--r-- | lang/php53/Makefile.ext | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index eb39cf96006c..a393f64246ae 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -203,8 +203,6 @@ MYSQLND_DESC= Use MySQL Native Driver .if ${PHP_MODNAME} == "odbc" CONFIGURE_ARGS+=--enable-odbc - -OPTIONS_DEFINE= IODBC .endif .if ${PHP_MODNAME} == "openssl" @@ -253,10 +251,6 @@ USE_PHP_BUILD= yes .endif .if ${PHP_MODNAME} == "pdo_odbc" -OPTIONS_DEFINE= IODBC - -IODBC_DESC= Use the iODBC driver instead of unixODBC - USE_PHP= pdo USE_PHP_BUILD= yes .endif @@ -563,16 +557,9 @@ post-extract: .endif .if ${PHP_MODNAME} == "odbc" -.if ${PORT_OPTIONS:MIODBC} -LIB_DEPENDS+= libiodbc.so.3:${PORTSDIR}/databases/libiodbc - -CONFIGURE_ARGS+=--with-iodbc=${LOCALBASE} -.else LIB_DEPENDS+= libodbc.so.2:${PORTSDIR}/databases/unixODBC - CONFIGURE_ARGS+=--with-unixODBC=${LOCALBASE} .endif -.endif .if ${PHP_MODNAME} == "pdo_dblib" .if ${PORT_OPTIONS:MMSSQL} @@ -583,16 +570,9 @@ LIB_DEPENDS+= libct.so.4:${PORTSDIR}/databases/freetds .endif .if ${PHP_MODNAME} == "pdo_odbc" -.if ${PORT_OPTIONS:MIODBC} -LIB_DEPENDS+= libiodbc.so.3:${PORTSDIR}/databases/libiodbc - -CONFIGURE_ARGS+=--with-pdo-odbc=iODBC,${LOCALBASE} -.else LIB_DEPENDS+= libodbc.so.2:${PORTSDIR}/databases/unixODBC - CONFIGURE_ARGS+=--with-pdo-odbc=unixODBC,${LOCALBASE} .endif -.endif .if ${PHP_MODNAME} == "pdo_mysql" . if ${PORT_OPTIONS:MMYSQLND} |
