diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2012-07-26 10:38:14 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2012-07-26 10:38:14 +0000 |
commit | 16b15af5198cc91a034cb25338bb6ae79c3c2014 (patch) | |
tree | 36b81df617b78304675c7f047dddc3ace5faafcd /games-action | |
parent | Version bump. (diff) | |
download | gentoo-2-16b15af5198cc91a034cb25338bb6ae79c3c2014.tar.gz gentoo-2-16b15af5198cc91a034cb25338bb6ae79c3c2014.tar.bz2 gentoo-2-16b15af5198cc91a034cb25338bb6ae79c3c2014.zip |
ld with new gcc. Bug #424181
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/rrootage/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/rrootage/rrootage-0.23a.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-action/rrootage/ChangeLog b/games-action/rrootage/ChangeLog index c9d4aa38334f..3c220dde8a82 100644 --- a/games-action/rrootage/ChangeLog +++ b/games-action/rrootage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/rrootage -# 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 $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.12 2012/07/26 10:38:14 tupone Exp $ + + 26 Jul 2012; Alfredo Tupone <tupone@gentoo.org> rrootage-0.23a.ebuild: + Fix build with new gcc. Bug #424181 by flameeyes@gentoo.org 18 Jun 2011; Tupone Alfredo <tupone@gentoo.org> rrootage-0.23a.ebuild: Fix underlink. Bug #369309 by Diego Elio Pettenò diff --git a/games-action/rrootage/rrootage-0.23a.ebuild b/games-action/rrootage/rrootage-0.23a.ebuild index 245206568eac..679aac697a58 100644 --- a/games-action/rrootage/rrootage-0.23a.ebuild +++ b/games-action/rrootage/rrootage-0.23a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.11 2011/06/18 17:03:15 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v 1.12 2012/07/26 10:38:14 tupone Exp $ EAPI=2 inherit eutils games @@ -34,6 +34,7 @@ src_prepare() { -e "/^LDFLAGS/s/=/+=/" \ -e "/^CPPFLAGS/s/MORE_CFLAGS/MORE_CXXFLAGS/" \ -e "/^CPPFLAGS/s/MORE_CFLAGS/MORE_CXXFLAGS/" \ + -e "s/ -mwindows//" \ -e "s:-I./bulletml/:-I/usr/include/bulletml:" \ makefile.lin > Makefile || die "sed failed" |