From cfcb8c870265e878d2e99e218c580ed87c023068 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Sun, 23 Mar 2003 08:23:10 +0000 Subject: [PATCH] Add recode support after librecode is fixed now. --- www/mod_php4/scripts/configure.php | 5 +++++ www/mod_php5/scripts/configure.php | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index f55e213f92b5..e5d760c37052 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -47,6 +47,7 @@ FTP "File Transfer Protocol support" OFF \ CURL "CURL support" OFF \ gettext "gettext library support" OFF \ iconv "iconv support" OFF \ +recode "recode support" OFF \ pspell "pspell support" OFF \ mbregex "multibyte regular expressions module" OFF \ mbstring "multibyte string module" OFF \ @@ -315,6 +316,10 @@ while [ "$1" ]; do ICONV=1 fi ;; + \"recode\") + echo "LIB_DEPENDS+= recode.3:\${PORTSDIR}/converters/recode" + echo "CONFIGURE_ARGS+=--with-recode=\${LOCALBASE}" + ;; \"pspell\") echo "LIB_DEPENDS+= aspell.15:\${PORTSDIR}/textproc/aspell" echo "CONFIGURE_ARGS+=--with-pspell=\${LOCALBASE}" diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index f55e213f92b5..e5d760c37052 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -47,6 +47,7 @@ FTP "File Transfer Protocol support" OFF \ CURL "CURL support" OFF \ gettext "gettext library support" OFF \ iconv "iconv support" OFF \ +recode "recode support" OFF \ pspell "pspell support" OFF \ mbregex "multibyte regular expressions module" OFF \ mbstring "multibyte string module" OFF \ @@ -315,6 +316,10 @@ while [ "$1" ]; do ICONV=1 fi ;; + \"recode\") + echo "LIB_DEPENDS+= recode.3:\${PORTSDIR}/converters/recode" + echo "CONFIGURE_ARGS+=--with-recode=\${LOCALBASE}" + ;; \"pspell\") echo "LIB_DEPENDS+= aspell.15:\${PORTSDIR}/textproc/aspell" echo "CONFIGURE_ARGS+=--with-pspell=\${LOCALBASE}"