diff options
author | 2005-10-02 03:25:58 +0000 | |
---|---|---|
committer | 2005-10-02 03:25:58 +0000 | |
commit | 6f3768e76da19b9bf3c1ce0606589145e97aa51f (patch) | |
tree | 7517a7a5b00fa8b3a1784178b2e93240ae5fa982 /app-emulation/wine | |
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')
-rw-r--r-- | app-emulation/wine/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/wine/files/wine-20041019-alsa-headers.patch | 2 | ||||
-rw-r--r-- | app-emulation/wine/wine-20041019-r3.ebuild | 3 |
3 files changed, 9 insertions, 2 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index dd416b54b6bc..b1e6b93e02cf 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.106 2005/10/01 00:48:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.107 2005/10/02 03:25:58 vapier Exp $ + + 02 Oct 2005; Mike Frysinger <vapier@gentoo.org> + files/wine-20041019-alsa-headers.patch: + Add patch to fix building with ALSA #107822. *wine-20050930 (01 Oct 2005) diff --git a/app-emulation/wine/files/wine-20041019-alsa-headers.patch b/app-emulation/wine/files/wine-20041019-alsa-headers.patch index 83556cdbc5c2..683a58768534 100644 --- a/app-emulation/wine/files/wine-20041019-alsa-headers.patch +++ b/app-emulation/wine/files/wine-20041019-alsa-headers.patch @@ -1,3 +1,5 @@ +http://bugs.gentoo.org/107822 + --- wine-20041019/dlls/winmm/winealsa/audio_05.c +++ wine-20041019/dlls/winmm/winealsa/audio_05.c @@ -39,6 +39,7 @@ 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 |