X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=dev-lang%2Fphp%2Fphp-5.6.4-r1.ebuild;fp=dev-lang%2Fphp%2Fphp-5.6.4-r1.ebuild;h=e8cfae0d02c26412873101415313fa78d1b9ab14;hb=8d3d15a7029facb2ecd58ea63058651822ab108c;hp=82182e2f37fca52185487a439a391c0e989fda87;hpb=57f70319ca5889723d8027a61296716e948b93ff;p=mjo-overlay.git diff --git a/dev-lang/php/php-5.6.4-r1.ebuild b/dev-lang/php/php-5.6.4-r1.ebuild index 82182e2..e8cfae0 100644 --- a/dev-lang/php/php-5.6.4-r1.ebuild +++ b/dev-lang/php/php-5.6.4-r1.ebuild @@ -357,6 +357,7 @@ src_configure() { $(use_with gmp gmp "${EPREFIX}"/usr) $(use_enable hash hash ) $(use_with iconv iconv $(use elibc_glibc || echo "${EPREFIX}"/usr)) + $(use_with imap imap "${EPREFIX}"/usr) $(use_enable intl intl ) $(use_with iodbc iodbc "${EPREFIX}"/usr) $(use_enable ipv6 ipv6 ) @@ -432,11 +433,9 @@ src_configure() { my_conf+=" $(use_with gd gd)" - # IMAP support + # IMAP SSL support if use imap ; then - my_conf+=" - $(use_with imap imap ${EPREFIX}/usr) - $(use_with ssl imap-ssl ${EPREFIX}/usr)" + my_conf+="$(use_with ssl imap-ssl ${EPREFIX}/usr)" fi # LDAP support