diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-11-08 18:34:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-11-08 18:34:45 +0000 |
commit | 7c3c856661759cdaa47e2150a0fef2b71e822d59 (patch) | |
tree | a092f73ad61346b7c5cfddfddd2fcb557efc9f6c /games-action/0verkill/0verkill-0.16-r3.ebuild | |
parent | Fix dependencies. Set SUPPORT_PYTHON_ABIS. (diff) | |
download | historical-7c3c856661759cdaa47e2150a0fef2b71e822d59.tar.gz historical-7c3c856661759cdaa47e2150a0fef2b71e822d59.tar.bz2 historical-7c3c856661759cdaa47e2150a0fef2b71e822d59.zip |
honor CC
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-action/0verkill/0verkill-0.16-r3.ebuild')
-rw-r--r-- | games-action/0verkill/0verkill-0.16-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/0verkill/0verkill-0.16-r3.ebuild b/games-action/0verkill/0verkill-0.16-r3.ebuild index c5aa39f13cba..df9c5541a85a 100644 --- a/games-action/0verkill/0verkill-0.16-r3.ebuild +++ b/games-action/0verkill/0verkill-0.16-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.8 2010/11/08 10:57:53 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.9 2010/11/08 18:34:45 mr_bones_ Exp $ EAPI=2 inherit autotools eutils games @@ -23,7 +23,8 @@ src_prepare() { "${FILESDIR}"/${P}-segv.patch \ "${FILESDIR}"/${P}-gentoo-paths.patch \ "${FILESDIR}"/${P}-ovflfix.patch \ - "${FILESDIR}"/${P}-underflow-check.patch #136222 + "${FILESDIR}"/${P}-CC.patch \ + "${FILESDIR}"/${P}-underflow-check.patch #136222 \ sed -i \ -e "s:data/:${GAMES_DATADIR}/${PN}/data/:" cfg.h \ || die "sed failed" |