diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-14 16:34:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-14 16:34:19 +0000 |
commit | 29fa3b45db0a30d12f18e5be78a8279751607e74 (patch) | |
tree | 7e35a64d774b14726b29f52389d7d28071dcf6a3 /games-action/supertuxkart/supertuxkart-0.6.2.ebuild | |
parent | Improve comments. (diff) | |
download | historical-29fa3b45db0a30d12f18e5be78a8279751607e74.tar.gz historical-29fa3b45db0a30d12f18e5be78a8279751607e74.tar.bz2 historical-29fa3b45db0a30d12f18e5be78a8279751607e74.zip |
fix install with newer autotools (bug #328021)
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-action/supertuxkart/supertuxkart-0.6.2.ebuild')
-rw-r--r-- | games-action/supertuxkart/supertuxkart-0.6.2.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games-action/supertuxkart/supertuxkart-0.6.2.ebuild b/games-action/supertuxkart/supertuxkart-0.6.2.ebuild index e46e11f9d35d..cdd958b049b3 100644 --- a/games-action/supertuxkart/supertuxkart-0.6.2.ebuild +++ b/games-action/supertuxkart/supertuxkart-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v 1.5 2010/01/03 21:57:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v 1.6 2010/07/14 16:34:19 mr_bones_ Exp $ EAPI=2 inherit autotools eutils games @@ -52,6 +52,11 @@ src_prepare() { -e '/AM_CPPFLAGS/s:/games::' \ src/Makefile.am \ || die "sed failed" + # bug #328021 + sed -i \ + -e '13d' \ + data/Makefile.am \ + || die "sed failed" rm -rf src/enet eautoreconf } |