From 82f3c9200c0a7c2b7462470d78b7d2499ef4eeeb Mon Sep 17 00:00:00 2001 From: Tristan Heaven Date: Thu, 1 May 2008 00:06:14 +0000 Subject: Fix building with gcc-4.3 (Portage version: 2.1.5_rc6) --- games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild') diff --git a/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild b/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild index 999a9b29fc79..7ae5aacbca5b 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-2008 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.3 2008/02/29 19:37:06 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.4 2008/05/01 00:06:13 nyhm Exp $ inherit eutils games @@ -28,7 +28,9 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}/${P}-build.patch" + epatch \ + "${FILESDIR}"/${P}-build.patch \ + "${FILESDIR}"/${P}-gcc43.patch sed -i \ -e "/console_log.txt/ s:fopen.*:stderr;:" \ src/system.cpp \ -- cgit v1.2.3-65-gdbad