summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-04-17 14:32:37 +0000
committerdirk <dirk@FreeBSD.org>2001-04-17 14:32:37 +0000
commit98177e521e0f66d5d3a570997744a4f10ab24a70 (patch)
tree998c6d03ca6b55d46b0d21f113880480ab5c8f88 /www
parentb24baa776d9cd85fad5246f84b1e71f68ebf9439 (diff)
downloadFreeBSD-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.php4
-rw-r--r--www/mod_php5/scripts/configure.php4
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}
OpenPOWER on IntegriCloud