--- /usr/portage/dev-db/unixODBC/unixODBC-2.2.12.ebuild 2008-03-14 01:05:41.000000000 +0300 +++ unixODBC-2.2.12.ebuild 2008-05-13 03:47:13.000000000 +0400 @@ -33,6 +33,11 @@ epatch "${WORKDIR}"/${PATCH_P}/* epatch "${FILESDIR}"/350-${P}-gODBCConfig-as-needed.patch + + # Detect mips systems properly, fix libtool-2.22 breakage + rm -r libltdl + _elibtoolize --ltdl --copy --force + eautoreconf } src_compile() { @@ -44,9 +49,6 @@ myconf="--enable-gui=no" fi - # Detect mips systems properly - eautoreconf - econf --host=${CHOST} \ --prefix=/usr \ --sysconfdir=/etc/${PN} \