diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2009-05-22 07:02:27 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2009-05-22 07:02:27 +0000 |
commit | 574d5bd725a01636c3e410a47a747e4eed3f53f6 (patch) | |
tree | d93d63f75839c48576cb1d1e8eb27375cfd1c1b0 /games-simulation/flightgear/flightgear-1.9.1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-574d5bd725a01636c3e410a47a747e4eed3f53f6.tar.gz gentoo-2-574d5bd725a01636c3e410a47a747e4eed3f53f6.tar.bz2 gentoo-2-574d5bd725a01636c3e410a47a747e4eed3f53f6.zip |
Fix build with gcc-4.4.0 Bug #269866
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation/flightgear/flightgear-1.9.1.ebuild')
-rw-r--r-- | games-simulation/flightgear/flightgear-1.9.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-simulation/flightgear/flightgear-1.9.1.ebuild b/games-simulation/flightgear/flightgear-1.9.1.ebuild index 51c8e7f8ac2a..7996d0ce3e2a 100644 --- a/games-simulation/flightgear/flightgear-1.9.1.ebuild +++ b/games-simulation/flightgear/flightgear-1.9.1.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/flightgear/flightgear-1.9.1.ebuild,v 1.2 2009/03/20 14:56:45 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-1.9.1.ebuild,v 1.3 2009/05/22 07:02:27 tupone Exp $ EAPI=2 inherit autotools eutils games @@ -27,6 +27,7 @@ S=${WORKDIR}/${MY_P} src_prepare() { epatch "${FILESDIR}"/${P}-sdl.patch \ + "${FILESDIR}"/${P}-gcc44.patch \ "${FILESDIR}"/${P}-parallel.patch eautoreconf } |