diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-01-20 17:14:43 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-01-20 17:14:43 +0000 |
commit | 971317253870635345b3b0e7b59d78041a779a28 (patch) | |
tree | b28012f1c39332acb40e33550d633bcba60718b3 /media-sound/mumble/mumble-0.9.4.ebuild | |
parent | typo fix: gspca->gspcav1 (diff) | |
download | gentoo-2-971317253870635345b3b0e7b59d78041a779a28.tar.gz gentoo-2-971317253870635345b3b0e7b59d78041a779a28.tar.bz2 gentoo-2-971317253870635345b3b0e7b59d78041a779a28.zip |
Add Gorch patch for missing typedefs on gcc 3, wrt bug #162912.
(Portage version: 2.1.2)
Diffstat (limited to 'media-sound/mumble/mumble-0.9.4.ebuild')
-rw-r--r-- | media-sound/mumble/mumble-0.9.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/mumble/mumble-0.9.4.ebuild b/media-sound/mumble/mumble-0.9.4.ebuild index 2d6892c586aa..a62618e2f557 100644 --- a/media-sound/mumble/mumble-0.9.4.ebuild +++ b/media-sound/mumble/mumble-0.9.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-0.9.4.ebuild,v 1.1 2006/11/25 11:39:57 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-0.9.4.ebuild,v 1.2 2007/01/20 17:14:43 drizzt Exp $ inherit eutils toolchain-funcs @@ -35,6 +35,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${P}-path.patch + epatch "${FILESDIR}"/${P}-missing_typedefs.patch } src_compile() { |