diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-26 19:23:07 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-26 19:23:07 +0000 |
commit | 1c2defd3b7d4e5256b339ec2f1a47a4dc90ff15d (patch) | |
tree | da0bc3d7b4943c0dba3ec9c7d41cf570b9153f6d /games-action | |
parent | fixing parallel build problem (emake -j1). (diff) | |
download | gentoo-2-1c2defd3b7d4e5256b339ec2f1a47a4dc90ff15d.tar.gz gentoo-2-1c2defd3b7d4e5256b339ec2f1a47a4dc90ff15d.tar.bz2 gentoo-2-1c2defd3b7d4e5256b339ec2f1a47a4dc90ff15d.zip |
Added sed to remove extra -O3 from CFLAGS.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/0verkill/0verkill-0.16-r2.ebuild | 7 | ||||
-rw-r--r-- | games-action/0verkill/ChangeLog | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/games-action/0verkill/0verkill-0.16-r2.ebuild b/games-action/0verkill/0verkill-0.16-r2.ebuild index 1545949c1813..d8791eb77e51 100644 --- a/games-action/0verkill/0verkill-0.16-r2.ebuild +++ b/games-action/0verkill/0verkill-0.16-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r2.ebuild,v 1.6 2004/06/24 21:51:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r2.ebuild,v 1.7 2005/09/26 19:23:07 wolf31o2 Exp $ inherit eutils games @@ -26,6 +26,9 @@ src_unpack() { sed -i \ -e "s:data/:${GAMES_DATADIR}/${PN}/data/:" cfg.h \ || die "sed failed" + sed -i \ + -e "s:@CFLAGS@ -O3 :@CFLAGS@ :" Makefile.in \ + || die "sed failed" } src_compile() { diff --git a/games-action/0verkill/ChangeLog b/games-action/0verkill/ChangeLog index 5528926f4464..2e59d8d00ba6 100644 --- a/games-action/0verkill/ChangeLog +++ b/games-action/0verkill/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/0verkill -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.9 2004/06/24 21:51:22 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.10 2005/09/26 19:23:07 wolf31o2 Exp $ + + 26 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> + 0verkill-0.16-r2.ebuild: + Added sed to remove extra -O3 from CFLAGS. 03 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> 0verkill-0.16-r2.ebuild: |