]> gitweb.michael.orlitzky.com - mjo-overlay.git/commitdiff
Remove redundant "if use firebird" check.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 12 Jan 2015 19:41:58 +0000 (14:41 -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 79be81f97897977f85ac5da95f6671ae1db0f4aa..9dfc351b11b63a87283566f912042746be53f79c 100644 (file)
@@ -352,6 +352,7 @@ src_configure() {
        $(use_enable exif exif )
        $(use_enable fileinfo fileinfo )
        $(use_enable filter filter )
        $(use_enable exif exif )
        $(use_enable fileinfo fileinfo )
        $(use_enable filter filter )
+       $(use_with   firebird interbase "${EPREFIX}"/usr)
        $(use_enable ftp ftp )
        $(use_with   gmp gmp "${EPREFIX}"/usr)
        $(use_enable hash hash )
        $(use_enable ftp ftp )
        $(use_with   gmp gmp "${EPREFIX}"/usr)
        $(use_enable hash hash )
@@ -437,13 +438,6 @@ src_configure() {
                $(use_with ssl imap-ssl ${EPREFIX}/usr)"
        fi
 
                $(use_with ssl imap-ssl ${EPREFIX}/usr)"
        fi
 
-       # Interbase/firebird support
-
-       if use firebird ; then
-               my_conf+="
-               $(use_with firebird interbase ${EPREFIX}/usr)"
-       fi
-
        # LDAP support
        if use ldap ; then
                my_conf+="
        # LDAP support
        if use ldap ; then
                my_conf+="