diff options
author | 2009-08-30 10:17:50 +0000 | |
---|---|---|
committer | 2009-08-30 10:17:50 +0000 | |
commit | 0f20b853662815cae34b05f3e7e296360a079ee5 (patch) | |
tree | dcfe4c5cae6988d3a1a99b67028ad8f57673cd59 /games-emulation/desmume/desmume-0.9.4.ebuild | |
parent | Make darcs-2.0.2 build with the most recent GHC version, and fix bug #282661. (diff) | |
download | gentoo-2-0f20b853662815cae34b05f3e7e296360a079ee5.tar.gz gentoo-2-0f20b853662815cae34b05f3e7e296360a079ee5.tar.bz2 gentoo-2-0f20b853662815cae34b05f3e7e296360a079ee5.zip |
Call egamesconf in src_configure, not src_compile
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation/desmume/desmume-0.9.4.ebuild')
-rw-r--r-- | games-emulation/desmume/desmume-0.9.4.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games-emulation/desmume/desmume-0.9.4.ebuild b/games-emulation/desmume/desmume-0.9.4.ebuild index 49de72d7d184..4bcabf103790 100644 --- a/games-emulation/desmume/desmume-0.9.4.ebuild +++ b/games-emulation/desmume/desmume-0.9.4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/desmume/desmume-0.9.4.ebuild,v 1.2 2009/07/24 17:30:46 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/desmume/desmume-0.9.4.ebuild,v 1.3 2009/08/30 10:17:50 nyhm Exp $ EAPI="2" -inherit games eutils +inherit eutils games -DESCRIPTION="Emulator for Nintendo DS." +DESCRIPTION="Nintendo DS emulator" HOMEPAGE="http://desmume.org/" SRC_URI="mirror://sourceforge/desmume/${P}.tar.gz" @@ -24,15 +24,12 @@ DEPEND=">=x11-libs/gtk+-2.8.0 media-libs/libsdl[joystick]" RDEPEND="${DEPEND}" -S="${WORKDIR}/${P}" - src_prepare() { epatch "${FILESDIR}/${P}-gcc44.patch" } -src_compile() { +src_configure() { egamesconf --datadir=/usr/share || die "egamesconf failed" - emake || die "emake failed" } src_install() { |