summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-05-01 00:06:14 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-05-01 00:06:14 +0000
commit82f3c9200c0a7c2b7462470d78b7d2499ef4eeeb (patch)
tree87292a63489c70aca7e321814279a701623a7c88 /games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild
parentVersion bump. (diff)
downloadgentoo-2-82f3c9200c0a7c2b7462470d78b7d2499ef4eeeb.tar.gz
gentoo-2-82f3c9200c0a7c2b7462470d78b7d2499ef4eeeb.tar.bz2
gentoo-2-82f3c9200c0a7c2b7462470d78b7d2499ef4eeeb.zip
Fix building with gcc-4.3
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild')
-rw-r--r--games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild6
1 files changed, 4 insertions, 2 deletions
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 \