diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-10-29 20:14:48 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-10-29 20:14:48 +0000 |
commit | 27d9730e5c74865ba437aecdf4f7a260a0864d2b (patch) | |
tree | 70ea3ab5f354f2ce43aeb96954a8dc602afc410b /games-strategy/megaglest/megaglest-3.6.0.3.ebuild | |
parent | Add package.use.force for ppc64 as it requires binary only SeaBIOS (x86 BIOS)... (diff) | |
download | gentoo-2-27d9730e5c74865ba437aecdf4f7a260a0864d2b.tar.gz gentoo-2-27d9730e5c74865ba437aecdf4f7a260a0864d2b.tar.bz2 gentoo-2-27d9730e5c74865ba437aecdf4f7a260a0864d2b.zip |
fix compilation for gcc-4.7 wrt #440134
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-strategy/megaglest/megaglest-3.6.0.3.ebuild')
-rw-r--r-- | games-strategy/megaglest/megaglest-3.6.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/megaglest/megaglest-3.6.0.3.ebuild b/games-strategy/megaglest/megaglest-3.6.0.3.ebuild index 7c0eff0583ca..419f4092bf0a 100644 --- a/games-strategy/megaglest/megaglest-3.6.0.3.ebuild +++ b/games-strategy/megaglest/megaglest-3.6.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.6.0.3.ebuild,v 1.6 2012/09/17 22:30:05 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.6.0.3.ebuild,v 1.7 2012/10/29 20:14:48 hasufell Exp $ EAPI=4 VIRTUALX_REQUIRED="manual" @@ -66,7 +66,7 @@ src_prepare() { need-wxwidgets unicode fi - epatch "${FILESDIR}"/${P}-{static-build,build,as-needed}.patch + epatch "${FILESDIR}"/${P}-{static-build,build,as-needed,gcc-4.7}.patch # Workaround for glew >=1.9.0 # https://sourceforge.net/tracker/?func=detail&aid=3565658&group_id=300350&atid=1266776 |