diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-06-13 21:14:13 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-06-13 21:14:13 +0000 |
commit | ac73404ac56e520dbcaf9d9c2e7a4fefd4e71659 (patch) | |
tree | 0f25048fa48b715aa4ef27c77d9ebf4aadf4750e /games-fps/tremulous/tremulous-1.1.0-r1.ebuild | |
parent | Version bump, for not including .svn directories in the (mirrored) tarball ma... (diff) | |
download | historical-ac73404ac56e520dbcaf9d9c2e7a4fefd4e71659.tar.gz historical-ac73404ac56e520dbcaf9d9c2e7a4fefd4e71659.tar.bz2 historical-ac73404ac56e520dbcaf9d9c2e7a4fefd4e71659.zip |
Patch for gcc-4.2
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'games-fps/tremulous/tremulous-1.1.0-r1.ebuild')
-rw-r--r-- | games-fps/tremulous/tremulous-1.1.0-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-fps/tremulous/tremulous-1.1.0-r1.ebuild b/games-fps/tremulous/tremulous-1.1.0-r1.ebuild index e9c196fafa0f..158259043f80 100644 --- a/games-fps/tremulous/tremulous-1.1.0-r1.ebuild +++ b/games-fps/tremulous/tremulous-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/tremulous-1.1.0-r1.ebuild,v 1.1 2007/05/18 22:46:46 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/tremulous-1.1.0-r1.ebuild,v 1.2 2007/06/13 21:14:13 nyhm Exp $ inherit eutils toolchain-funcs games @@ -46,6 +46,8 @@ src_unpack() { cd ${PN} unpack ./${P}-src.tar.gz + cd "${S}" + epatch "${FILESDIR}"/${P}-gcc42.patch } src_compile() { |