diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-10 21:46:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-10 21:46:08 +0000 |
commit | 29168514770c811a8525e465ebe7375be2d0a69f (patch) | |
tree | 5405117de95b9654d13ab4c6b1e802730c4df3cd /games-action | |
parent | tidy (Manifest recommit) (diff) | |
download | gentoo-2-29168514770c811a8525e465ebe7375be2d0a69f.tar.gz gentoo-2-29168514770c811a8525e465ebe7375be2d0a69f.tar.bz2 gentoo-2-29168514770c811a8525e465ebe7375be2d0a69f.zip |
filter the -fno-default-inline flag - patch from Joerg Schaible via bug #53501
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/bzflag/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/bzflag/bzflag-1.10.6.20040515-r1.ebuild | 5 | ||||
-rw-r--r-- | games-action/bzflag/bzflag-1.10.6.20040515.ebuild | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/games-action/bzflag/ChangeLog b/games-action/bzflag/ChangeLog index 1d3aa401fe82..a28c40f576a3 100644 --- a/games-action/bzflag/ChangeLog +++ b/games-action/bzflag/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/bzflag # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.11 2004/06/09 00:39:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.12 2004/06/10 21:46:08 mr_bones_ Exp $ + + 10 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> + bzflag-1.10.6.20040515-r1.ebuild, bzflag-1.10.6.20040515.ebuild: + filter the -fno-default-inline flag - patch from Joerg Schaible via bug #53501 *bzflag-1.10.6.20040515-r1 (08 Jun 2004) diff --git a/games-action/bzflag/bzflag-1.10.6.20040515-r1.ebuild b/games-action/bzflag/bzflag-1.10.6.20040515-r1.ebuild index a1613e1a1f91..7fd1681d8dfd 100644 --- a/games-action/bzflag/bzflag-1.10.6.20040515-r1.ebuild +++ b/games-action/bzflag/bzflag-1.10.6.20040515-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.10.6.20040515-r1.ebuild,v 1.1 2004/06/09 00:39:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.10.6.20040515-r1.ebuild,v 1.2 2004/06/10 21:46:08 mr_bones_ Exp $ -inherit games +inherit flag-o-matic games DESCRIPTION="OpenGL accelerated 3d tank combat simulator game" HOMEPAGE="http://www.BZFlag.org/" @@ -27,6 +27,7 @@ src_unpack() { -e 's:-mcpu=$host_cpu::' \ configure \ || die "sed failed" + filter-flags -fno-default-inline } src_compile() { diff --git a/games-action/bzflag/bzflag-1.10.6.20040515.ebuild b/games-action/bzflag/bzflag-1.10.6.20040515.ebuild index 0a82f2d923a8..df62086ce367 100644 --- a/games-action/bzflag/bzflag-1.10.6.20040515.ebuild +++ b/games-action/bzflag/bzflag-1.10.6.20040515.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.10.6.20040515.ebuild,v 1.2 2004/05/27 22:39:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.10.6.20040515.ebuild,v 1.3 2004/06/10 21:46:08 mr_bones_ Exp $ inherit games @@ -27,6 +27,7 @@ src_unpack() { -e 's:-mcpu=$host_cpu::' \ configure \ || die "sed failed" + filter-flags -fno-default-inline } src_install() { |