diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-01-30 17:40:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-01-30 17:40:39 +0000 |
commit | 195f4bca6a76046a6a35f8151bb7cfdee380b999 (patch) | |
tree | 3c1af1fdb2ab246d080ed566c8a9c11bbb649426 /games-emulation/stella | |
parent | Ensure that vte properly uses gnome-pty-helper (bug #401389, thanks to زيا... (diff) | |
download | gentoo-2-195f4bca6a76046a6a35f8151bb7cfdee380b999.tar.gz gentoo-2-195f4bca6a76046a6a35f8151bb7cfdee380b999.tar.bz2 gentoo-2-195f4bca6a76046a6a35f8151bb7cfdee380b999.zip |
build with newer zlib (bug #401471)
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'games-emulation/stella')
-rw-r--r-- | games-emulation/stella/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/stella/stella-3.5.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-emulation/stella/ChangeLog b/games-emulation/stella/ChangeLog index b84181733754..2afffd8612d2 100644 --- a/games-emulation/stella/ChangeLog +++ b/games-emulation/stella/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/stella # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.66 2012/01/10 21:08:54 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.67 2012/01/30 17:40:39 mr_bones_ Exp $ + + 30 Jan 2012; Michael Sterrett <mr_bones_@gentoo.org> stella-3.5.ebuild: + build with newer zlib (bug #401471) 10 Jan 2012; Brent Baude <ranger@gentoo.org> stella-3.4.ebuild: Marking stella-3.4 ppc for bug 375493 diff --git a/games-emulation/stella/stella-3.5.ebuild b/games-emulation/stella/stella-3.5.ebuild index 5aa3dbc1e041..1c8369b7e490 100644 --- a/games-emulation/stella/stella-3.5.ebuild +++ b/games-emulation/stella/stella-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.5.ebuild,v 1.1 2012/01/04 04:53:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.5.ebuild,v 1.2 2012/01/30 17:40:39 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -32,6 +32,8 @@ src_prepare() { -e '/Icon/s/.png//' \ -e '/Categories/s/Application;//' \ src/unix/stella.desktop || die + # build with newer zlib (bug #390093) + sed -i -e '60i#define OF(x) x' src/emucore/unzip.h || die } src_configure() { |