summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-10-25 21:34:43 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-10-25 21:34:43 +0000
commitf85b75863afe38a0607e82bfe90a70e9ff75eb19 (patch)
treef6858bde239bbd1f5650abc3a14dfd4ff9ab71ca /games-action/supertuxkart
parentKeywording for ppc. (diff)
downloadgentoo-2-f85b75863afe38a0607e82bfe90a70e9ff75eb19.tar.gz
gentoo-2-f85b75863afe38a0607e82bfe90a70e9ff75eb19.tar.bz2
gentoo-2-f85b75863afe38a0607e82bfe90a70e9ff75eb19.zip
build with -as-needed with patch from upstream SVN (bug #283490)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-action/supertuxkart')
-rw-r--r--games-action/supertuxkart/ChangeLog6
-rw-r--r--games-action/supertuxkart/supertuxkart-0.6.2.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/games-action/supertuxkart/ChangeLog b/games-action/supertuxkart/ChangeLog
index db463735ca4b..e1580c3d931d 100644
--- a/games-action/supertuxkart/ChangeLog
+++ b/games-action/supertuxkart/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/supertuxkart
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.15 2009/10/25 12:26:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.16 2009/10/25 21:34:43 mr_bones_ Exp $
+
+ 25 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ supertuxkart-0.6.2.ebuild:
+ build with -as-needed with patch from upstream SVN (bug #283490)
25 Oct 2009; Markus Meier <maekke@gentoo.org> supertuxkart-0.6.2.ebuild:
amd64/x86 stable, bug #288638
diff --git a/games-action/supertuxkart/supertuxkart-0.6.2.ebuild b/games-action/supertuxkart/supertuxkart-0.6.2.ebuild
index 7e18b653f9e5..7d60f65e974c 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-2009 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.3 2009/10/25 12:26:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v 1.4 2009/10/25 21:34:43 mr_bones_ Exp $
EAPI=2
inherit autotools eutils games
@@ -30,6 +30,7 @@ src_prepare() {
sed -i \
-e '/ENETTREE/d' \
-e '/src\/enet\/Makefile/d' \
+ -e '110 i\ AC_SEARCH_LIBS(gluLookAt, GLU)' \
configure.ac \
|| die "sed failed"
sed -i \