diff options
author | David Holm <dholm@gentoo.org> | 2004-03-07 15:50:34 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-03-07 15:50:34 +0000 |
commit | a8fd85ad05d517053bc4f8eb36f21fb3add79662 (patch) | |
tree | 489080c94f0ba0d821d03514184707898230c1f9 /app-emulation/uae | |
parent | Added ~mips keyword. (Manifest recommit) (diff) | |
download | gentoo-2-a8fd85ad05d517053bc4f8eb36f21fb3add79662.tar.gz gentoo-2-a8fd85ad05d517053bc4f8eb36f21fb3add79662.tar.bz2 gentoo-2-a8fd85ad05d517053bc4f8eb36f21fb3add79662.zip |
Replace -O3 with -O2
Diffstat (limited to 'app-emulation/uae')
-rw-r--r-- | app-emulation/uae/uae-0.8.25_pre20040302.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/uae/uae-0.8.25_pre20040302.ebuild b/app-emulation/uae/uae-0.8.25_pre20040302.ebuild index a9c99d568716..899f17503f6f 100644 --- a/app-emulation/uae/uae-0.8.25_pre20040302.ebuild +++ b/app-emulation/uae/uae-0.8.25_pre20040302.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.25_pre20040302.ebuild,v 1.3 2004/03/05 13:29:09 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.25_pre20040302.ebuild,v 1.4 2004/03/07 15:50:34 dholm Exp $ + +inherit flag-o-matic MY_PV="0.8.25-20040302" S="${WORKDIR}/${PN}-${MY_PV}" @@ -20,6 +22,7 @@ DEPEND="X? ( virtual/x11 gtk? x11-libs/gtk+ ) : games-emulation/caps" src_compile() { + replace-flags "-O3" "-O2" use sdl && myconf="--with-sdl-sound --with-sdl-gfx" cp ${FILESDIR}/split_cpuemu.pl ${S}/src |