1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

Add option for Hyperwave support.

PR:		ports/26459
Submitted by:	Slaven Rezic <eserte@cs.tu-berlin.de>
This commit is contained in:
Dirk Froemberg 2001-04-17 14:32:37 +00:00
parent a821687ab0
commit dda08c2e7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41566
2 changed files with 8 additions and 0 deletions

View File

@ -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}

View File

@ -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}