diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-05-19 20:33:13 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-05-19 20:33:13 +0000 |
commit | 46b2af9eaf163972372d6608825819df560166c6 (patch) | |
tree | 717605caa76757b3dc2f9c145e5c39db39141b04 /games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild | |
parent | Bump xvid dependency as per bug #133306 thanks to Michael Mauch. (diff) | |
download | gentoo-2-46b2af9eaf163972372d6608825819df560166c6.tar.gz gentoo-2-46b2af9eaf163972372d6608825819df560166c6.tar.bz2 gentoo-2-46b2af9eaf163972372d6608825819df560166c6.zip |
Fix for gcc-4.1
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild')
-rw-r--r-- | games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild b/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild index c3d923912c28..c78c264c62f0 100644 --- a/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild +++ b/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild,v 1.14 2006/02/17 22:55:53 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild,v 1.15 2006/05/19 20:33:13 tupone Exp $ inherit flag-o-matic games @@ -22,6 +22,12 @@ RDEPEND="!sdl? ( || ( x11-libs/libX11 virtual/x11 ) ) DEPEND="${RDEPEND} !sdl? ( || ( x11-libs/libXt virtual/x11 ) )" +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${P}"-gcc41.patch +} + src_compile() { replace-flags -march=k6 -march=i586 |