diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-29 03:48:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-29 03:48:40 +0000 |
commit | fc3bd57dad4b299cde8a988d91a57a495f1b20ea (patch) | |
tree | f388d66db7c416e8e365149c257e2434fe0b73e6 /app-emulation/wine/wine-20050524.ebuild | |
parent | Fixed compilation error with xorg-x11 and fixed einstall; bug #72169. (diff) | |
download | gentoo-2-fc3bd57dad4b299cde8a988d91a57a495f1b20ea.tar.gz gentoo-2-fc3bd57dad4b299cde8a988d91a57a495f1b20ea.tar.bz2 gentoo-2-fc3bd57dad4b299cde8a988d91a57a495f1b20ea.zip |
Re-order ALSA includes so they dont conflict with wine headers #94272 by Ernst de Haan.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-emulation/wine/wine-20050524.ebuild')
-rw-r--r-- | app-emulation/wine/wine-20050524.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-20050524.ebuild b/app-emulation/wine/wine-20050524.ebuild index 33bdb3b31a37..ac8f757ee3df 100644 --- a/app-emulation/wine/wine-20050524.ebuild +++ b/app-emulation/wine/wine-20050524.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-20050524.ebuild,v 1.2 2005/05/27 02:13:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050524.ebuild,v 1.3 2005/05/29 03:48:40 vapier Exp $ inherit eutils flag-o-matic multilib @@ -56,6 +56,7 @@ src_unpack() { unpack Wine-${PV}.tar.gz cd "${S}" + epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch epatch "${FILESDIR}"/winearts-kdecvs-fix.patch sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/20041019-no-stack.patch #66002 |