summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2007-01-31 14:40:50 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2007-01-31 14:40:50 +0000
commit8e35b1a9635ffff7313e317b888c41663bf04158 (patch)
tree4b6005ebed458d86abcc35bd71270f079cabe198 /games-emulation/zsnes
parentReplacing einfo with elog (diff)
downloadgentoo-2-8e35b1a9635ffff7313e317b888c41663bf04158.tar.gz
gentoo-2-8e35b1a9635ffff7313e317b888c41663bf04158.tar.bz2
gentoo-2-8e35b1a9635ffff7313e317b888c41663bf04158.zip
Fixed ao configure argument, thanks to Andreas Fackler for reporting wrt bug #164704
(Portage version: 2.1.2-r5)
Diffstat (limited to 'games-emulation/zsnes')
-rw-r--r--games-emulation/zsnes/ChangeLog6
-rw-r--r--games-emulation/zsnes/zsnes-1.51.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/games-emulation/zsnes/ChangeLog b/games-emulation/zsnes/ChangeLog
index 2d64f750521b..8abaa24859c8 100644
--- a/games-emulation/zsnes/ChangeLog
+++ b/games-emulation/zsnes/ChangeLog
@@ -1,6 +1,10 @@
# 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.26 2007/01/29 21:56:51 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.27 2007/01/31 14:40:50 drizzt Exp $
+
+ 31 Jan 2007; Timothy Redaelli <drizzt@gentoo.org> zsnes-1.51.ebuild:
+ Fixed ao configure argument, thanks to Andreas Fackler for reporting wrt bug
+ #164704
29 Jan 2007; Timothy Redaelli <drizzt@gentoo.org> zsnes-1.51.ebuild:
Remove -s from CFLAGS
diff --git a/games-emulation/zsnes/zsnes-1.51.ebuild b/games-emulation/zsnes/zsnes-1.51.ebuild
index 1f14a76da6e1..cc2a7d9cdf02 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.4 2007/01/29 21:56:51 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51.ebuild,v 1.5 2007/01/31 14:40:50 drizzt Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -67,9 +67,9 @@ src_compile() {
use custom-cflags && myconf="--disable-cpucheck force_arch=no"
if use ao && [[ "${ARCH}" != amd64 ]]; then
- myconf="${myconf} --enable-ao"
+ myconf="${myconf} --enable-libao"
else
- myconf="${myconf} --disable-ao"
+ myconf="${myconf} --disable-libao"
fi
egamesconf \