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 | 4e6ed8535ffecc40418961a9970ee99a6a99f6ac (patch) | |
tree | 8f287693184ce46f8aba68c1a7b373a6fe24435b /games-action | |
parent | fixing parallel build problem (emake -j1). (diff) | |
download | historical-4e6ed8535ffecc40418961a9970ee99a6a99f6ac.tar.gz historical-4e6ed8535ffecc40418961a9970ee99a6a99f6ac.tar.bz2 historical-4e6ed8535ffecc40418961a9970ee99a6a99f6ac.zip |
Added sed to remove extra -O3 from CFLAGS.
Package-Manager: portage-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 | ||||
-rw-r--r-- | games-action/0verkill/Manifest | 4 |
3 files changed, 13 insertions, 6 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: diff --git a/games-action/0verkill/Manifest b/games-action/0verkill/Manifest index b4daefaa9901..477bf5e19407 100644 --- a/games-action/0verkill/Manifest +++ b/games-action/0verkill/Manifest @@ -1,5 +1,5 @@ -MD5 fbd6fb3dc3dea83d6474d64b807ec252 0verkill-0.16-r2.ebuild 1466 -MD5 5456c47090f97dc06920375e091c5e07 ChangeLog 1041 +MD5 973bfa3bb2272f8041fe123c805435b4 0verkill-0.16-r2.ebuild 1546 +MD5 bee9cdf9a143a89cf9a772a5d1d0e85f ChangeLog 1169 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 04be3e21d009bd5a35960e2b1a5f3493 files/0.16-docs.patch 1477 MD5 032b2b4357f281b2da9c0046ada0a03a files/digest-0verkill-0.16-r2 62 |