diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-06-18 03:30:57 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-06-18 03:30:57 +0000 |
commit | 56b1509a231910e9fa379c0a6a9488823a544448 (patch) | |
tree | d6bab09c12ff1b7f2430470d2a23b09c9087ecb1 /games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild | |
parent | Stable for HPPA (bug #271889). (diff) | |
download | gentoo-2-56b1509a231910e9fa379c0a6a9488823a544448.tar.gz gentoo-2-56b1509a231910e9fa379c0a6a9488823a544448.tar.bz2 gentoo-2-56b1509a231910e9fa379c0a6a9488823a544448.zip |
Fix building with gcc-4.4, bug #273524
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild')
-rw-r--r-- | games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild b/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild index 51e765b74e37..d675b2298bd9 100644 --- a/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild +++ b/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.5 2009/01/20 06:00:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.6 2009/06/18 03:30:57 nyhm Exp $ EAPI=2 inherit eutils games @@ -29,7 +29,8 @@ DEPEND="${RDEPEND} src_prepare() { epatch \ "${FILESDIR}"/${P}-build.patch \ - "${FILESDIR}"/${P}-gcc43.patch + "${FILESDIR}"/${P}-gcc43.patch \ + "${FILESDIR}"/${P}-gcc44.patch sed -i \ -e "/console_log.txt/ s:fopen.*:stderr;:" \ src/system.cpp \ |