summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-11-10 16:39:06 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-11-10 16:39:06 +0000
commit54e0c4bd2c7e7afdcadac6248e134a2ed1b1a07a (patch)
tree3dd8d51173ef643984fbca124aadccb30a74ee9e /games-emulation
parentVersion bump. (diff)
downloadgentoo-2-54e0c4bd2c7e7afdcadac6248e134a2ed1b1a07a.tar.gz
gentoo-2-54e0c4bd2c7e7afdcadac6248e134a2ed1b1a07a.tar.bz2
gentoo-2-54e0c4bd2c7e7afdcadac6248e134a2ed1b1a07a.zip
build with newer zlib (bug #390093)
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/stella/ChangeLog5
-rw-r--r--games-emulation/stella/stella-3.4.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/games-emulation/stella/ChangeLog b/games-emulation/stella/ChangeLog
index cc020ee44782..e5eb6096b37c 100644
--- a/games-emulation/stella/ChangeLog
+++ b/games-emulation/stella/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/stella
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.63 2011/08/01 19:07:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.64 2011/11/10 16:39:06 mr_bones_ Exp $
+
+ 10 Nov 2011; Michael Sterrett <mr_bones_@gentoo.org> stella-3.4.ebuild:
+ build with newer zlib (bug #390093)
01 Aug 2011; Markus Meier <maekke@gentoo.org> stella-3.4.ebuild:
x86 stable, bug #375493
diff --git a/games-emulation/stella/stella-3.4.ebuild b/games-emulation/stella/stella-3.4.ebuild
index c19421c59e2f..67438c054503 100644
--- a/games-emulation/stella/stella-3.4.ebuild
+++ b/games-emulation/stella/stella-3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.4.ebuild,v 1.3 2011/08/01 19:07:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.4.ebuild,v 1.4 2011/11/10 16:39:06 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -29,6 +29,8 @@ src_prepare() {
-e '/INSTALL.*\/applications/d' \
Makefile \
|| die "sed failed"
+ # build with newer zlib (bug #390093)
+ sed -i -e '60i#define OF(x) x' src/emucore/unzip.h || die
}
src_configure() {