aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-04-17 14:32:37 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-04-17 14:32:37 +0000
commitdda08c2e7ff9796881c8f46779586c5434a0fa60 (patch)
tree2e38c5ff66e9ac82437448504ed99496df20a6a6
parenta821687ab095af0a57b45c55a6eff183da7fd534 (diff)
downloadports-dda08c2e7ff9796881c8f46779586c5434a0fa60.tar.gz
ports-dda08c2e7ff9796881c8f46779586c5434a0fa60.zip
Notes
-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 fa48d59f9730..4bd4ef2a17d0 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 fa48d59f9730..4bd4ef2a17d0 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}