diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-02 03:25:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-02 03:25:58 +0000 |
commit | 6f3768e76da19b9bf3c1ce0606589145e97aa51f (patch) | |
tree | 7517a7a5b00fa8b3a1784178b2e93240ae5fa982 /app-emulation/wine/wine-20041019-r3.ebuild | |
parent | Add patch to fix building with ALSA #107822. (diff) | |
download | gentoo-2-6f3768e76da19b9bf3c1ce0606589145e97aa51f.tar.gz gentoo-2-6f3768e76da19b9bf3c1ce0606589145e97aa51f.tar.bz2 gentoo-2-6f3768e76da19b9bf3c1ce0606589145e97aa51f.zip |
Add patch to fix building with ALSA #107822.
(Portage version: 2.0.52-r1 http://www.bash.org/?136501 )
Diffstat (limited to 'app-emulation/wine/wine-20041019-r3.ebuild')
-rw-r--r-- | app-emulation/wine/wine-20041019-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-20041019-r3.ebuild b/app-emulation/wine/wine-20041019-r3.ebuild index b4a563c40420..ea6a4df40ade 100644 --- a/app-emulation/wine/wine-20041019-r3.ebuild +++ b/app-emulation/wine/wine-20041019-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.16 2005/08/23 01:13:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.17 2005/10/02 03:24:58 vapier Exp $ inherit eutils flag-o-matic @@ -37,6 +37,7 @@ src_unpack() { unpack Wine-${PV}.tar.gz cd "${S}" + epatch "${FILESDIR}"/wine-20041019-alsa-headers.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch epatch "${FILESDIR}"/winearts-kdecvs-fix.patch sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in |