summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-09-21 21:54:18 +0000
committerMike Frysinger <vapier@gentoo.org>2010-09-21 21:54:18 +0000
commit61ae5fd1cc90666fbbe060d4e59d32baacc1c898 (patch)
tree6b0649360cb38424d27a393944a39f8fd582475e /app-emulation/wine/wine-1.1.28.ebuild
parentVersion bump. (diff)
downloadgentoo-2-61ae5fd1cc90666fbbe060d4e59d32baacc1c898.tar.gz
gentoo-2-61ae5fd1cc90666fbbe060d4e59d32baacc1c898.tar.bz2
gentoo-2-61ae5fd1cc90666fbbe060d4e59d32baacc1c898.zip
Fix fortify issues in shell32 code #336887 by Evan Teran.
Diffstat (limited to 'app-emulation/wine/wine-1.1.28.ebuild')
-rw-r--r--app-emulation/wine/wine-1.1.28.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.1.28.ebuild b/app-emulation/wine/wine-1.1.28.ebuild
index 7df9c1b1ea0b..e915c6eb1b97 100644
--- a/app-emulation/wine/wine-1.1.28.ebuild
+++ b/app-emulation/wine/wine-1.1.28.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.1.28.ebuild,v 1.12 2010/07/24 04:42:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.28.ebuild,v 1.13 2010/09/21 21:54:17 vapier Exp $
EAPI="2"
@@ -93,6 +93,7 @@ src_unpack() {
}
src_prepare() {
+ 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