diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-09-21 21:54:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-09-21 21:54:18 +0000 |
commit | 39da871bb19efc92fff823c43f9856e87357a2de (patch) | |
tree | 2a73c3cd5e4422130c399f605c170cc2a2214c14 /app-emulation/wine/wine-1.3.1.ebuild | |
parent | Version bump. (diff) | |
download | historical-39da871bb19efc92fff823c43f9856e87357a2de.tar.gz historical-39da871bb19efc92fff823c43f9856e87357a2de.tar.bz2 historical-39da871bb19efc92fff823c43f9856e87357a2de.zip |
Fix fortify issues in shell32 code #336887 by Evan Teran.
Diffstat (limited to 'app-emulation/wine/wine-1.3.1.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.3.1.ebuild b/app-emulation/wine/wine-1.3.1.ebuild index 587b832356c1..94b9b0c65c41 100644 --- a/app-emulation/wine/wine-1.3.1.ebuild +++ b/app-emulation/wine/wine-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild,v 1.2 2010/09/07 17:10:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild,v 1.3 2010/09/21 21:54:18 vapier Exp $ EAPI="2" @@ -111,6 +111,7 @@ src_prepare() { EPATCH_OPTS=-p1 epatch `pulse_patches "${DISTDIR}"` eautoreconf fi + epatch "${FILESDIR}"/${PN}-1.3-shell32-fortify.patch #336887 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726 epatch_user #282735 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die |