summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2006-05-02 18:35:17 +0000
committerAlfredo Tupone <tupone@gentoo.org>2006-05-02 18:35:17 +0000
commitafcfe40a6bdc360b5f0a7939df5be9f619f028d3 (patch)
tree55e75520b5983d3f743c2859bc04e5594e9e5c54 /games-emulation/hugo/hugo-2.12.ebuild
parentstable bump for x86 (diff)
downloadgentoo-2-afcfe40a6bdc360b5f0a7939df5be9f619f028d3.tar.gz
gentoo-2-afcfe40a6bdc360b5f0a7939df5be9f619f028d3.tar.bz2
gentoo-2-afcfe40a6bdc360b5f0a7939df5be9f619f028d3.zip
Fix emerge with gcc-4.1
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'games-emulation/hugo/hugo-2.12.ebuild')
-rw-r--r--games-emulation/hugo/hugo-2.12.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/games-emulation/hugo/hugo-2.12.ebuild b/games-emulation/hugo/hugo-2.12.ebuild
index 0e1c063f069f..ccd84f518f0f 100644
--- a/games-emulation/hugo/hugo-2.12.ebuild
+++ b/games-emulation/hugo/hugo-2.12.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v 1.2 2006/02/10 19:58:35 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v 1.3 2006/05/02 18:35:17 tupone Exp $
-inherit games
+inherit eutils games
DESCRIPTION="PC-Engine (Turbografx16) emulator for linux"
HOMEPAGE="http://www.zeograd.com/"
@@ -17,6 +17,12 @@ RDEPEND="x11-libs/gtk+
media-libs/libsdl
media-libs/libvorbis"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}"-gcc41.patch
+}
+
src_install() {
dogamesbin hugo || die "dogamesbin failed"
insinto "${GAMES_DATADIR}/${PN}"