diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-01-29 00:01:17 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-01-29 00:01:17 +0000 |
commit | 00d53ffe3b2699a60842040a0ade3f01fba71d0f (patch) | |
tree | a786ff4b0a627bc3597bd4d44cef83dd13473ff5 /games-fps/wolfgl/wolfgl-0.93-r1.ebuild | |
parent | Fix this category's dependencies to work with modular X. (diff) | |
download | gentoo-2-00d53ffe3b2699a60842040a0ade3f01fba71d0f.tar.gz gentoo-2-00d53ffe3b2699a60842040a0ade3f01fba71d0f.tar.bz2 gentoo-2-00d53ffe3b2699a60842040a0ade3f01fba71d0f.zip |
Add patch to fix compilation with gcc-4; bug #119208
(Portage version: 2.1_pre4)
Diffstat (limited to 'games-fps/wolfgl/wolfgl-0.93-r1.ebuild')
-rw-r--r-- | games-fps/wolfgl/wolfgl-0.93-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-fps/wolfgl/wolfgl-0.93-r1.ebuild b/games-fps/wolfgl/wolfgl-0.93-r1.ebuild index e4d31915939c..383e683b31d5 100644 --- a/games-fps/wolfgl/wolfgl-0.93-r1.ebuild +++ b/games-fps/wolfgl/wolfgl-0.93-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/wolfgl/wolfgl-0.93-r1.ebuild,v 1.6 2006/01/22 17:49:54 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/wolfgl/wolfgl-0.93-r1.ebuild,v 1.7 2006/01/29 00:01:17 halcy0n Exp $ #ECVS_SERVER="cvs.sourceforge.net:/cvsroot/wolfgl" #ECVS_MODULE="wolfgl" @@ -33,7 +33,8 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PV}-gcc.patch \ "${FILESDIR}"/${PV}-sample-rate.patch \ - "${FILESDIR}"/${PV}-sprite.patch + "${FILESDIR}"/${PV}-sprite.patch \ + "${FILESDIR}"/${PV}-gcc4.patch } src_compile() { |