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 | 4965a43c7afc08258e39c2db7f145f116ead6ba0 (patch) | |
tree | 6adf94b7b0cbed5ff14a88438784e12385724c0d /app-emulation/wine | |
parent | Add patch to fix building with ALSA #107822. (diff) | |
download | historical-4965a43c7afc08258e39c2db7f145f116ead6ba0.tar.gz historical-4965a43c7afc08258e39c2db7f145f116ead6ba0.tar.bz2 historical-4965a43c7afc08258e39c2db7f145f116ead6ba0.zip |
Add patch to fix building with ALSA #107822.
Package-Manager: portage-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 |