diff --git a/games-strategy/warzone2100/warzone2100-2.3.1.ebuild b/games-strategy/warzone2100/warzone2100-2.3.1.ebuild --- a/games-strategy/warzone2100/warzone2100-2.3.1.ebuild +++ b/games-strategy/warzone2100/warzone2100-2.3.1.ebuild @@ -3,7 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.1.ebuild,v 1.1 2010/06/14 08:13:58 mr_bones_ Exp $ EAPI=2 -inherit versionator games +inherit autotools eutils versionator games MY_PV=$(get_version_component_range -2) VIDEOS_P=${P}-videos.wz @@ -39,6 +39,12 @@ DEPEND="${RDEPEND} RDEPEND="${RDEPEND} media-fonts/dejavu" +src_prepare() { + epatch "${FILESDIR}"/${P}-include-SDL.patch + + eautoreconf +} + src_configure() { egamesconf \ --disable-dependency-tracking \