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:
parent
a821687ab0
commit
dda08c2e7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41566
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user