summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-08-14 05:50:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-08-14 05:50:18 +0000
commit4b6ebcca18a2780023d6f5599b6a108fb8849994 (patch)
tree22dc5b170d2c089f66e52ac264eb7728025b102d /games-arcade/conveysdl/conveysdl-1.3.ebuild
parentVersion bump #306101 by Andrew Brouwers. Add fix for ping CVE-2010-2529 #332... (diff)
downloadgentoo-2-4b6ebcca18a2780023d6f5599b6a108fb8849994.tar.gz
gentoo-2-4b6ebcca18a2780023d6f5599b6a108fb8849994.tar.bz2
gentoo-2-4b6ebcca18a2780023d6f5599b6a108fb8849994.zip
Compile warnings and segfault fixes from Jyrki Launonen via bug #330161
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-arcade/conveysdl/conveysdl-1.3.ebuild')
-rw-r--r--games-arcade/conveysdl/conveysdl-1.3.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/games-arcade/conveysdl/conveysdl-1.3.ebuild b/games-arcade/conveysdl/conveysdl-1.3.ebuild
index e0d29c6b0f0e..ee9e6917dd9a 100644
--- a/games-arcade/conveysdl/conveysdl-1.3.ebuild
+++ b/games-arcade/conveysdl/conveysdl-1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v 1.6 2009/05/31 01:41:23 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v 1.7 2010/08/14 05:50:18 mr_bones_ Exp $
EAPI=2
inherit eutils toolchain-funcs games
@@ -30,6 +30,10 @@ src_prepare() {
-e 's:SDL_Mi:SDL_mi:' \
main.c \
|| die "sed failed"
+
+ epatch \
+ "${FILESDIR}"/${P}-arrays.patch \
+ "${FILESDIR}"/${P}-speed.patch
}
src_compile() {