summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-27 00:42:07 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-27 00:42:07 +0000
commit21393add5ec874a5b70b6d000dfe39796078d48a (patch)
tree097f844b3cf2a78fb90ea37d7b86721bb7a313eb /app-emulation/wine/wine-20050310-r1.ebuild
parentrepoman: Trim trailing whitespace (diff)
downloadgentoo-2-21393add5ec874a5b70b6d000dfe39796078d48a.tar.gz
gentoo-2-21393add5ec874a5b70b6d000dfe39796078d48a.tar.bz2
gentoo-2-21393add5ec874a5b70b6d000dfe39796078d48a.zip
Add the winegcc -m32/-m64 patch back in to all versions since it is now in upstream (and it fixes #110795).
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-emulation/wine/wine-20050310-r1.ebuild')
-rw-r--r--app-emulation/wine/wine-20050310-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-20050310-r1.ebuild b/app-emulation/wine/wine-20050310-r1.ebuild
index 8389418f7bff..be4813d6a4ae 100644
--- a/app-emulation/wine/wine-20050310-r1.ebuild
+++ b/app-emulation/wine/wine-20050310-r1.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-20050310-r1.ebuild,v 1.13 2006/01/27 00:35:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050310-r1.ebuild,v 1.14 2006/01/27 00:42:07 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -83,6 +83,7 @@ src_unpack() {
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
epatch "${FILESDIR}"/wine-20050310-upstream-colortable.patch #88715
epatch "${FILESDIR}"/wine-no-ssp.patch #66002
+ epatch "${FILESDIR}"/wine-20050725-gcc-32bit.patch
epatch "${FILESDIR}"/wine-20050930-dont-warn-lib-path.patch #107971
epatch "${FILESDIR}"/wine-cvs-winelauncher-temp.patch #101773
sed -i '/^MimeType/d' tools/wine.desktop || die #117785