summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-04-05 08:31:57 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-04-05 08:31:57 +0000
commitcb8995d8ecd629f774a9d4d881e4180b4c8a1a01 (patch)
tree4a480715f12596d3fb30c2ee874b73105b955e2b /games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild
parentBump (diff)
downloadhistorical-cb8995d8ecd629f774a9d4d881e4180b4c8a1a01.tar.gz
historical-cb8995d8ecd629f774a9d4d881e4180b4c8a1a01.tar.bz2
historical-cb8995d8ecd629f774a9d4d881e4180b4c8a1a01.zip
add patch from N Alex to avoid segfault with no trees (bug #545494)
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Diffstat (limited to 'games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild')
-rw-r--r--games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild b/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild
index 097c9fd35429..5e2edc7b72ff 100644
--- a/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild
+++ b/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild,v 1.8 2014/10/02 15:09:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild,v 1.9 2015/04/05 08:31:49 mr_bones_ Exp $
EAPI=5
inherit eutils autotools gnome2-utils games
@@ -26,7 +26,9 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/etr-${PV/_/}
src_prepare() {
- epatch "${FILESDIR}"/${P}-libsdl.patch
+ epatch \
+ "${FILESDIR}"/${P}-libsdl.patch \
+ "${FILESDIR}"/${P}-segfault.patch
# kind of ugly in there so we'll do it ourselves
sed -i -e '/SUBDIRS/s/resources doc//' Makefile.am || die
eautoreconf