diff options
author | dirk <dirk@FreeBSD.org> | 2001-04-17 14:32:37 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-04-17 14:32:37 +0000 |
commit | 98177e521e0f66d5d3a570997744a4f10ab24a70 (patch) | |
tree | 998c6d03ca6b55d46b0d21f113880480ab5c8f88 /www | |
parent | b24baa776d9cd85fad5246f84b1e71f68ebf9439 (diff) | |
download | FreeBSD-ports-98177e521e0f66d5d3a570997744a4f10ab24a70.zip FreeBSD-ports-98177e521e0f66d5d3a570997744a4f10ab24a70.tar.gz |
Add option for Hyperwave support.
PR: ports/26459
Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de>
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 4 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index fa48d59..4bd4ef2 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -36,6 +36,7 @@ gettext "gettext library support" OFF \ japanese "jstring and mbregex module" OFF \ YP "YP/NIS support" OFF \ BCMath "BCMath support" OFF \ +Hyperwave "Hyperwave support" OFF \ ming "ming library support" OFF \ sockets "sockets support" OFF \ sysvsem "System V semaphore support" OFF \ @@ -206,6 +207,9 @@ EOF \"BCMath\") echo "CONFIGURE_ARGS+=--enable-bcmath" ;; + \"Hyperwave\") + echo "CONFIGURE_ARGS+=--with-hyperwave=yes" + ;; \"ming\") ${CAT} << EOF CONFIGURE_ARGS+=--with-ming=\${PREFIX} diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index fa48d59..4bd4ef2 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -36,6 +36,7 @@ gettext "gettext library support" OFF \ japanese "jstring and mbregex module" OFF \ YP "YP/NIS support" OFF \ BCMath "BCMath support" OFF \ +Hyperwave "Hyperwave support" OFF \ ming "ming library support" OFF \ sockets "sockets support" OFF \ sysvsem "System V semaphore support" OFF \ @@ -206,6 +207,9 @@ EOF \"BCMath\") echo "CONFIGURE_ARGS+=--enable-bcmath" ;; + \"Hyperwave\") + echo "CONFIGURE_ARGS+=--with-hyperwave=yes" + ;; \"ming\") ${CAT} << EOF CONFIGURE_ARGS+=--with-ming=\${PREFIX} |