Index: sablotron-1.0.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.3.ebuild,v --- sablotron-1.0.3.ebuild 14 Mar 2007 02:16:28 -0000 1.1 +++ sablotron-1.0.3.ebuild 16 Apr 2007 18:03:49 -0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.3.ebuild,v 1.1 2007/03/14 02:16:28 leonardop Exp $ -inherit libtool flag-o-matic +inherit base autotools flag-o-matic MY_PN="Sablot" MY_P="${MY_PN}-${PV}" @@ -22,6 +22,7 @@ DEPEND="${RDEPEND} doc? ( >=dev-perl/XML-Parser-2.3 )" +PATCHES="${FILESDIR}/1.0.3-libsablot-expat.patch" src_compile() { # Don't use --without-html-dir, since that ends up installing files under @@ -30,7 +31,7 @@ # Please do not remove, else we get references to PORTAGE_TMPDIR # in /usr/lib/libsablot.la ... - elibtoolize + eautoreconf use perl && myconf="${myconf} --enable-perlconnect"