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 | 04e6d4bb96d163ef181edd9a56dfbfbe918f1eb3 (patch) | |
tree | 32d72444d051e41bf2399338c45d664aaed474ad /games-emulation/hatari/hatari-1.5.0.ebuild | |
parent | version bump (diff) | |
download | historical-04e6d4bb96d163ef181edd9a56dfbfbe918f1eb3.tar.gz historical-04e6d4bb96d163ef181edd9a56dfbfbe918f1eb3.tar.bz2 historical-04e6d4bb96d163ef181edd9a56dfbfbe918f1eb3.zip |
build with newer zlib (bug #387829)
Package-Manager: portage-2.1.10.11/cvs/Linux i686
Diffstat (limited to 'games-emulation/hatari/hatari-1.5.0.ebuild')
-rw-r--r-- | games-emulation/hatari/hatari-1.5.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 } |