diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-02 16:41:45 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-02 16:41:45 +0000 |
commit | ceb415d0384ee545f66a5c6346f6debd0e7d4ee6 (patch) | |
tree | 70b8d5b5195c98c33aba72d6f79da17f21f242c3 /games-emulation/zsnes/zsnes-1.51-r2.ebuild | |
parent | Version bump and fix for kernel 2.6.28 (diff) | |
download | gentoo-2-ceb415d0384ee545f66a5c6346f6debd0e7d4ee6.tar.gz gentoo-2-ceb415d0384ee545f66a5c6346f6debd0e7d4ee6.tar.bz2 gentoo-2-ceb415d0384ee545f66a5c6346f6debd0e7d4ee6.zip |
Fix a (possible) compilation problem wrt bug #170108
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation/zsnes/zsnes-1.51-r2.ebuild')
-rw-r--r-- | games-emulation/zsnes/zsnes-1.51-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-emulation/zsnes/zsnes-1.51-r2.ebuild b/games-emulation/zsnes/zsnes-1.51-r2.ebuild index f251fd8a8a7a..55bdddbded41 100644 --- a/games-emulation/zsnes/zsnes-1.51-r2.ebuild +++ b/games-emulation/zsnes/zsnes-1.51-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r2.ebuild,v 1.1 2008/05/09 19:14:57 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r2.ebuild,v 1.2 2009/02/02 16:41:45 drizzt Exp $ inherit eutils autotools flag-o-matic toolchain-funcs multilib games @@ -36,6 +36,8 @@ src_unpack() { epatch "${FILESDIR}"/${P}-gcc43.patch # Fix bug #214697 epatch "${FILESDIR}"/${P}-libao-thread.patch + # Fix bug #170108 + epatch "${FILESDIR}"/${P}-depbuild.patch # Remove hardcoded CFLAGS and LDFLAGS sed -i \ |