diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 00:35:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 00:35:00 +0000 |
commit | 49a1e015d2a141e62eee0259e932e7122d9b544e (patch) | |
tree | 10e7fa4e40bccf9efc42087d6e59ddd6be678959 /app-emulation/wine/wine-20050830.ebuild | |
parent | add support for cris (diff) | |
download | gentoo-2-49a1e015d2a141e62eee0259e932e7122d9b544e.tar.gz gentoo-2-49a1e015d2a141e62eee0259e932e7122d9b544e.tar.bz2 gentoo-2-49a1e015d2a141e62eee0259e932e7122d9b544e.zip |
Update the SSP patch with the version now in upstream.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-emulation/wine/wine-20050830.ebuild')
-rw-r--r-- | app-emulation/wine/wine-20050830.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-20050830.ebuild b/app-emulation/wine/wine-20050830.ebuild index d8fc87eefcac..fc88978196fb 100644 --- a/app-emulation/wine/wine-20050830.ebuild +++ b/app-emulation/wine/wine-20050830.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050830.ebuild,v 1.5 2006/01/14 18:39:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050830.ebuild,v 1.6 2006/01/27 00:35:00 vapier Exp $ inherit eutils flag-o-matic multilib @@ -80,7 +80,7 @@ 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}"/wine-20041019-no-stack.patch #66002 + epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050830-gcc-32bit.patch epatch "${FILESDIR}"/wine-20050930-no-x.patch epatch "${FILESDIR}"/wine-20050930-dont-warn-lib-path.patch #107971 |