diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-29 23:53:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-29 23:53:51 +0000 |
commit | 821226030a69d41e9dcfd49a15835dd99e4731de (patch) | |
tree | 0bc7369dd249535aafcd963e0c5e1ffc92266eb9 /games-emulation/xmess | |
parent | new version (diff) | |
download | historical-821226030a69d41e9dcfd49a15835dd99e4731de.tar.gz historical-821226030a69d41e9dcfd49a15835dd99e4731de.tar.bz2 historical-821226030a69d41e9dcfd49a15835dd99e4731de.zip |
use the -f version of flags instead of -m for gcc-4+ too
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-emulation/xmess')
-rw-r--r-- | games-emulation/xmess/xmess-0.99-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/xmess/xmess-0.99-r1.ebuild b/games-emulation/xmess/xmess-0.99-r1.ebuild index 32e566f7bec9..d11622c970fb 100644 --- a/games-emulation/xmess/xmess-0.99-r1.ebuild +++ b/games-emulation/xmess/xmess-0.99-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.99-r1.ebuild,v 1.2 2005/08/25 23:33:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.99-r1.ebuild,v 1.3 2005/08/29 23:53:51 vapier Exp $ inherit flag-o-matic toolchain-funcs eutils games @@ -107,7 +107,7 @@ src_unpack() { x86|ia64|amd64) append-flags -Wno-unused -fomit-frame-pointer -fstrict-aliasing -fstrength-reduce use amd64 || append-flags -ffast-math #54270 - [[ $(gcc-major-version) -eq 3 ]] \ + [[ $(gcc-major-version) -ge 3 ]] \ && append-flags -falign-functions=2 -falign-jumps=2 -falign-loops=2 \ || append-flags -malign-functions=2 -malign-jumps=2 -malign-loops=2 ;; |