]> gitweb.michael.orlitzky.com - mjo-overlay.git/commitdiff
Separate the imap use_with from its SSL support.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 12 Jan 2015 19:44:47 +0000 (14:44 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 23 Jan 2015 20:04:55 +0000 (15:04 -0500)
dev-lang/php/php-5.6.4-r1.ebuild

index 82182e2f37fca52185487a439a391c0e989fda87..e8cfae0d02c26412873101415313fa78d1b9ab14 100644 (file)
@@ -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