--- rss-glx-0.8.1-r4.ebuild.orig 2008-04-04 14:07:19.000000000 -0400 +++ rss-glx-0.8.1-r4.ebuild.orig 2008-05-11 01:20:45.000000000 -0400 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/rss-glx/rss-glx-0.8.1-r4.ebuild,v 1.9 2008/04/04 17:54:56 je_fro Exp $ -inherit flag-o-matic eutils +inherit flag-o-matic eutils autotools MY_P=${PN}_${PV} S=${WORKDIR}/${MY_P} @@ -42,10 +42,12 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${PF}-gentoo.patch - epatch "${FILESDIR}"/${PN}-0.8.1-hyperspace-viewport.patch - epatch "${FILESDIR}"/${PF}-imagemagick.patch + epatch "${FILESDIR}"/${P}-gentoo.patch + epatch "${FILESDIR}"/${P}-hyperspace-viewport.patch + epatch "${FILESDIR}"/${P}-imagemagick.patch cp "${FILESDIR}"/jwz-vroot.h include/vroot.h || die + + eautoreconf } src_compile() {