diff options
Diffstat (limited to 'app-emulation/wine/wine-20050725-r1.ebuild')
-rw-r--r-- | app-emulation/wine/wine-20050725-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-20050725-r1.ebuild b/app-emulation/wine/wine-20050725-r1.ebuild index 42a9fefa10ef..c2c021ff0dfb 100644 --- a/app-emulation/wine/wine-20050725-r1.ebuild +++ b/app-emulation/wine/wine-20050725-r1.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-20050725-r1.ebuild,v 1.2 2005/09/01 23:28:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050725-r1.ebuild,v 1.3 2005/10/04 01:33:03 vapier Exp $ inherit eutils flag-o-matic multilib @@ -63,8 +63,10 @@ src_unpack() { 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 + epatch "${FILESDIR}"/wine-20041019-no-stack.patch #66002 epatch "${FILESDIR}"/wine-20050725-gcc-32bit.patch + epatch "${FILESDIR}"/wine-20050930-no-x.patch + epatch "${FILESDIR}"/wine-20050930-dont-warn-lib-path.patch #107971 epatch "${FILESDIR}"/wine-cvs-winelauncher-temp.patch #101773 } |