diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-11-13 21:54:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-11-13 21:54:12 +0000 |
commit | 6954ec373b36b3b02c1e1ba4151e713483f1fa22 (patch) | |
tree | 01b10702993ff77906cd303bce00d57744a988f3 /games-emulation | |
parent | version bump (diff) | |
download | gentoo-2-6954ec373b36b3b02c1e1ba4151e713483f1fa22.tar.gz gentoo-2-6954ec373b36b3b02c1e1ba4151e713483f1fa22.tar.bz2 gentoo-2-6954ec373b36b3b02c1e1ba4151e713483f1fa22.zip |
build with newer zlib (bug #387829)
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/hatari/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-1.5.0.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-emulation/hatari/ChangeLog b/games-emulation/hatari/ChangeLog index 8948eaa25f22..55d8dd835db5 100644 --- a/games-emulation/hatari/ChangeLog +++ b/games-emulation/hatari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/hatari # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.31 2011/08/24 19:33:45 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.32 2011/11/13 21:54:12 mr_bones_ Exp $ + + 13 Nov 2011; Michael Sterrett <mr_bones_@gentoo.org> hatari-1.5.0.ebuild: + build with newer zlib (bug #387829) 24 Aug 2011; Markus Meier <maekke@gentoo.org> hatari-1.5.0.ebuild: x86 stable, bug #380177 diff --git a/games-emulation/hatari/hatari-1.5.0.ebuild b/games-emulation/hatari/hatari-1.5.0.ebuild index 8505871b9942..703217042aa0 100644 --- a/games-emulation/hatari/hatari-1.5.0.ebuild +++ b/games-emulation/hatari/hatari-1.5.0.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/hatari/hatari-1.5.0.ebuild,v 1.3 2011/08/24 19:33:45 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.4 2011/11/13 21:54:12 mr_bones_ Exp $ EAPI=2 inherit toolchain-funcs cmake-utils games @@ -25,6 +25,8 @@ RDEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch + # build with newer zlib (bug #387829) + sed -i -e '1i#define OF(x) x' src/includes/unzip.h || die rm -f doc/CMakeLists.txt } |