Index: gdbm-1.8.3-r4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild,v --- gdbm-1.8.3-r4.ebuild 16 Feb 2008 22:21:08 -0000 1.2 +++ gdbm-1.8.3-r4.ebuild 10 Dec 2009 21:57:28 -0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild,v 1.2 2008/02/16 22:21:08 vapier Exp $ -inherit eutils libtool flag-o-matic +inherit eutils autotools flag-o-matic DESCRIPTION="Standard GNU database libraries" HOMEPAGE="http://www.gnu.org/software/gdbm/gdbm.html" @@ -21,7 +21,9 @@ epatch "${FILESDIR}"/${P}-fix-install-ownership.patch #24178 epatch "${FILESDIR}"/${P}-compat-linking.patch #165263 epatch "${FILESDIR}"/${P}-build.patch #209730 - elibtoolize + epatch "${FILESDIR}"/${P}-libtool-2.2.6a.patch + rm aclocal.m4 + eautoreconf append-lfs-flags } @@ -29,7 +31,6 @@ use berkdb || export ac_cv_lib_dbm_main=no ac_cv_lib_ndbm_main=no econf \ --includedir=/usr/include/gdbm \ - --disable-dependency-tracking \ --enable-fast-install \ || die emake || die