diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-06 20:00:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-06 20:00:09 +0000 |
commit | 172cff9622f6373883c29f412e3939d15fbf0ab0 (patch) | |
tree | f0af8fc28e050181b907da54d10950cfb7ff8d2e /app-emulation | |
parent | Added patch to fix crashes while expanding content tree. Closes bug #101558. (diff) | |
download | gentoo-2-172cff9622f6373883c29f412e3939d15fbf0ab0.tar.gz gentoo-2-172cff9622f6373883c29f412e3939d15fbf0ab0.tar.bz2 gentoo-2-172cff9622f6373883c29f412e3939d15fbf0ab0.zip |
punt hangfix patch #101528
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-20050111-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-20050111-r1.ebuild b/app-emulation/wine/wine-20050111-r1.ebuild index 6c1d16531fa7..da910710b017 100644 --- a/app-emulation/wine/wine-20050111-r1.ebuild +++ b/app-emulation/wine/wine-20050111-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-20050111-r1.ebuild,v 1.7 2005/08/06 03:22:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050111-r1.ebuild,v 1.8 2005/08/06 20:00:09 vapier Exp $ inherit eutils flag-o-matic @@ -40,7 +40,6 @@ src_unpack() { epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch epatch "${FILESDIR}"/${P}-upstream-registry-fix.patch.bz2 #85387 epatch "${FILESDIR}"/winearts-kdecvs-fix.patch - epatch "${FILESDIR}"/wine-hangfix-bug2660.patch #98156 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in test_flag -fstack-protector && epatch "${FILESDIR}"/20041019-no-stack.patch #66002 |