mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Reenable mhash support. It seems to work, now.
PR: ports/22872
This commit is contained in:
parent
dbc5b80b85
commit
487efa6f9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35183
@ -75,10 +75,7 @@ while [ "$1" ]; do
|
||||
echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}"
|
||||
;;
|
||||
\"mhash\")
|
||||
echo "mhash is DISABLED for now. Ignoring." > /dev/stderr
|
||||
;;
|
||||
\"nothing\")
|
||||
echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash"
|
||||
echo "LIB_DEPENDS+= mhash.2:\${PORTSDIR}/security/mhash"
|
||||
echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}"
|
||||
;;
|
||||
\"pdflib\")
|
||||
|
@ -75,10 +75,7 @@ while [ "$1" ]; do
|
||||
echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}"
|
||||
;;
|
||||
\"mhash\")
|
||||
echo "mhash is DISABLED for now. Ignoring." > /dev/stderr
|
||||
;;
|
||||
\"nothing\")
|
||||
echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash"
|
||||
echo "LIB_DEPENDS+= mhash.2:\${PORTSDIR}/security/mhash"
|
||||
echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}"
|
||||
;;
|
||||
\"pdflib\")
|
||||
|
@ -75,10 +75,7 @@ while [ "$1" ]; do
|
||||
echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}"
|
||||
;;
|
||||
\"mhash\")
|
||||
echo "mhash is DISABLED for now. Ignoring." > /dev/stderr
|
||||
;;
|
||||
\"nothing\")
|
||||
echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash"
|
||||
echo "LIB_DEPENDS+= mhash.2:\${PORTSDIR}/security/mhash"
|
||||
echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}"
|
||||
;;
|
||||
\"pdflib\")
|
||||
|
Loading…
x
Reference in New Issue
Block a user