diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-01-29 21:15:39 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-01-29 21:15:39 +0000 |
commit | 7012078c00b6a9f8fc725e1270843191162535db (patch) | |
tree | 3ef4bc9537610df0e5188b9796a15b42db6c88e2 /games-emulation | |
parent | Add custom-cflags use to zsnes (diff) | |
download | gentoo-2-7012078c00b6a9f8fc725e1270843191162535db.tar.gz gentoo-2-7012078c00b6a9f8fc725e1270843191162535db.tar.bz2 gentoo-2-7012078c00b6a9f8fc725e1270843191162535db.zip |
oops
(Portage version: 2.1.2-r4)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/zsnes/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/zsnes/zsnes-1.51.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/zsnes/ChangeLog b/games-emulation/zsnes/ChangeLog index 1540db959478..0c4ab638d6a3 100644 --- a/games-emulation/zsnes/ChangeLog +++ b/games-emulation/zsnes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/zsnes # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.24 2007/01/29 21:10:31 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.25 2007/01/29 21:15:39 drizzt Exp $ + + 29 Jan 2007; Timothy Redaelli <drizzt@gentoo.org> zsnes-1.51.ebuild: + oops 29 Jan 2007; Timothy Redaelli <drizzt@gentoo.org> zsnes-1.51.ebuild: Add custom-cflags use, also disable libao on amd64. diff --git a/games-emulation/zsnes/zsnes-1.51.ebuild b/games-emulation/zsnes/zsnes-1.51.ebuild index 318a15afeae5..f07c29018ecc 100644 --- a/games-emulation/zsnes/zsnes-1.51.ebuild +++ b/games-emulation/zsnes/zsnes-1.51.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51.ebuild,v 1.2 2007/01/29 21:10:31 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51.ebuild,v 1.3 2007/01/29 21:15:39 drizzt Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -62,13 +62,13 @@ src_compile() { use amd64 && multilib_toolchain_setup x86 - local myconf + local myconf="" use custom-cflags && myconf="--disable-cpucheck force_arch=no" if use ao && [[ "${ARCH}" != amd64 ]]; then - myconf="--enable-ao" + myconf="${myconf} --enable-ao" else - myconf="--disable-ao" + myconf="${myconf} --disable-ao" fi egamesconf \ |