summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2011-06-18 17:03:15 +0000
committerAlfredo Tupone <tupone@gentoo.org>2011-06-18 17:03:15 +0000
commitb0b939a530bc7f2054e95436653de59e514a0d4d (patch)
tree65bf115357ce50baa5d1973301c21f2c38e33da4 /games-action/rrootage
parentMake grantlee-1.8 build on arm, where qreal!=double... (diff)
downloadgentoo-2-b0b939a530bc7f2054e95436653de59e514a0d4d.tar.gz
gentoo-2-b0b939a530bc7f2054e95436653de59e514a0d4d.tar.bz2
gentoo-2-b0b939a530bc7f2054e95436653de59e514a0d4d.zip
Fix underlink. Bug #369309
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'games-action/rrootage')
-rw-r--r--games-action/rrootage/ChangeLog7
-rw-r--r--games-action/rrootage/rrootage-0.23a.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/rrootage/ChangeLog b/games-action/rrootage/ChangeLog
index 3281519f3f39..c9d4aa38334f 100644
--- a/games-action/rrootage/ChangeLog
+++ b/games-action/rrootage/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/rrootage
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.10 2010/06/14 21:35:45 mr_bones_ Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.11 2011/06/18 17:03:15 tupone Exp $
+
+ 18 Jun 2011; Tupone Alfredo <tupone@gentoo.org> rrootage-0.23a.ebuild:
+ Fix underlink. Bug #369309 by Diego Elio Pettenò
14 Jun 2010; Michael Sterrett <mr_bones_@gentoo.org>
rrootage-0.23a.ebuild:
diff --git a/games-action/rrootage/rrootage-0.23a.ebuild b/games-action/rrootage/rrootage-0.23a.ebuild
index 1dae3698cbb6..245206568eac 100644
--- a/games-action/rrootage/rrootage-0.23a.ebuild
+++ b/games-action/rrootage/rrootage-0.23a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v 1.10 2010/06/14 21:35:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v 1.11 2011/06/18 17:03:15 tupone Exp $
EAPI=2
inherit eutils games
@@ -28,7 +28,7 @@ S=${WORKDIR}/${MY_PN}/src
src_prepare() {
epatch "${FILESDIR}/${P}"-gcc41.patch
sed \
- -e "s/-lglut/-lGL -lGLU/" \
+ -e "s/-lglut/-lGL -lGLU -lm/" \
-e "/^CC/d" \
-e "/^CXX/d" \
-e "/^LDFLAGS/s/=/+=/" \