summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2006-05-21 12:00:22 +0000
committerAlfredo Tupone <tupone@gentoo.org>2006-05-21 12:00:22 +0000
commit0980961dc53fd98b4676ca1bbb0b1b9f45f9e698 (patch)
tree3263fd880ab025fc3311a43eaa9ed85dc7f249c1 /games-puzzle/shaaft/shaaft-0.5.0.ebuild
parentFixed sandbox violation, bug #131524 (diff)
downloadgentoo-2-0980961dc53fd98b4676ca1bbb0b1b9f45f9e698.tar.gz
gentoo-2-0980961dc53fd98b4676ca1bbb0b1b9f45f9e698.tar.bz2
gentoo-2-0980961dc53fd98b4676ca1bbb0b1b9f45f9e698.zip
Fix compiling with gcc-4.1 Not able to play it, thought
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'games-puzzle/shaaft/shaaft-0.5.0.ebuild')
-rw-r--r--games-puzzle/shaaft/shaaft-0.5.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-puzzle/shaaft/shaaft-0.5.0.ebuild b/games-puzzle/shaaft/shaaft-0.5.0.ebuild
index 6d61090f5354..6709195fb577 100644
--- a/games-puzzle/shaaft/shaaft-0.5.0.ebuild
+++ b/games-puzzle/shaaft/shaaft-0.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/shaaft/shaaft-0.5.0.ebuild,v 1.8 2006/03/14 22:19:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/shaaft/shaaft-0.5.0.ebuild,v 1.9 2006/05/21 12:00:22 tupone Exp $
inherit eutils games
@@ -31,7 +31,8 @@ src_unpack() {
game/main.cpp \
|| die "sed main.cpp failed"
- epatch "${FILESDIR}"/${P}-gcc34.patch
+ epatch "${FILESDIR}"/${P}-gcc34.patch \
+ "${FILESDIR}/${P}"-gcc41.patch
}
src_install() {