summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-02-15 14:36:54 +0000
committerDavid Holm <dholm@gentoo.org>2004-02-15 14:36:54 +0000
commite588be8921a3e1fdf8cd095bd1bd866b31692bb1 (patch)
treee8933b23b3253fbcdada804fa83135ca849558a4 /games-rpg/egoboo/egoboo-2.22.ebuild
parentversion bump (diff)
downloadhistorical-e588be8921a3e1fdf8cd095bd1bd866b31692bb1.tar.gz
historical-e588be8921a3e1fdf8cd095bd1bd866b31692bb1.tar.bz2
historical-e588be8921a3e1fdf8cd095bd1bd866b31692bb1.zip
Added a patch to make egoboo compile on ppc. Keyworded ~ppc.
Diffstat (limited to 'games-rpg/egoboo/egoboo-2.22.ebuild')
-rw-r--r--games-rpg/egoboo/egoboo-2.22.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/games-rpg/egoboo/egoboo-2.22.ebuild b/games-rpg/egoboo/egoboo-2.22.ebuild
index 95a314a18de9..01aa3c289917 100644
--- a/games-rpg/egoboo/egoboo-2.22.ebuild
+++ b/games-rpg/egoboo/egoboo-2.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/egoboo/egoboo-2.22.ebuild,v 1.3 2004/01/08 11:13:13 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/egoboo/egoboo-2.22.ebuild,v 1.4 2004/02/15 14:36:45 dholm Exp $
inherit flag-o-matic games
@@ -9,7 +9,7 @@ DESCRIPTION="A 3d dungeon crawling adventure in the spirit of NetHack"
HOMEPAGE="http://egoboo.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/ego${PV/./}.tar.gz"
-KEYWORDS="-* x86"
+KEYWORDS="-* x86 ~ppc"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
@@ -34,6 +34,9 @@ src_unpack() {
sed \
-e "s:GENTOODIR:${GAMES_DATADIR}:" "${FILESDIR}/${P}.sh" \
> "${T}/egoboo" || die "sed wrapper failed"
+
+ # Fix endianess using SDL
+ epatch ${FILESDIR}/${PV}-endian.patch
}
src_compile() {