diff options
author | 2009-05-20 14:46:58 +0000 | |
---|---|---|
committer | 2009-05-20 14:46:58 +0000 | |
commit | cb68d89b360ecd88645aa7f360b838668c624332 (patch) | |
tree | 2470564e4b6301d8f58592e4ed80d30e6a54a578 /dev-games/simgear/simgear-1.9.1.ebuild | |
parent | marking gst-plugins-modplug-0.10.11 ~ppc for bug 266927 (diff) | |
download | historical-cb68d89b360ecd88645aa7f360b838668c624332.tar.gz historical-cb68d89b360ecd88645aa7f360b838668c624332.tar.bz2 historical-cb68d89b360ecd88645aa7f360b838668c624332.zip |
Fix build with gcc-4.4.0 Bug #270116
Package-Manager: portage-2.1.6.11/cvs/Linux x86_64
Diffstat (limited to 'dev-games/simgear/simgear-1.9.1.ebuild')
-rw-r--r-- | dev-games/simgear/simgear-1.9.1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-games/simgear/simgear-1.9.1.ebuild b/dev-games/simgear/simgear-1.9.1.ebuild index a826320b991c..546e453d11dd 100644 --- a/dev-games/simgear/simgear-1.9.1.ebuild +++ b/dev-games/simgear/simgear-1.9.1.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-1.9.1.ebuild,v 1.2 2009/03/20 14:52:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-1.9.1.ebuild,v 1.3 2009/05/20 14:46:57 tupone Exp $ +EAPI=2 inherit eutils @@ -25,6 +26,10 @@ RESTRICT="test" S=${WORKDIR}/${MY_P} +src_prepare() { + epatch "${FILESDIR}"/${P}-gcc44.patch +} + src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc NEWS AUTHORS TODO |