--- pstoedit-3.42.ebuild.orig 2006-04-30 21:32:45.000000000 +0200 +++ pstoedit-3.42.ebuild 2006-04-30 21:34:35.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.42.ebuild,v 1.2 2006/04/13 19:17:45 chutzpah Exp $ -inherit libtool +inherit autotools eutils # see bug #29724. please don't re-enable flash support until # ming has the patches applied @@ -35,6 +35,8 @@ # need to remove the pedantic flag, see bug #39557 sed -i -e "s/\-pedantic//" configure + epatch "${FILESDIR}/${P}-as-needed.patch" + eautoreconf } src_compile() { @@ -44,7 +46,6 @@ [ -f /usr/include/libEMF/emf.h ] \ && myconf="${myconf} --with-libemf-include=/usr/include/libEMF" - elibtoolize econf ${myconf} $(use_with plotutils libplot) || die "econf failed" make || die