diff options
author | 2005-08-03 04:55:31 +0000 | |
---|---|---|
committer | 2005-08-03 04:55:31 +0000 | |
commit | 01d6e1a8c80ee13860a592ced2d52be96bbf9737 (patch) | |
tree | e2fb8ca481318d43e11a73bca5659509851a84a2 /app-emulation/wine/wine-20050628.ebuild | |
parent | Old versions of geramik are unmaintainable too (diff) | |
download | historical-01d6e1a8c80ee13860a592ced2d52be96bbf9737.tar.gz historical-01d6e1a8c80ee13860a592ced2d52be96bbf9737.tar.bz2 historical-01d6e1a8c80ee13860a592ced2d52be96bbf9737.zip |
Make sure winegcc passes -m32/-m64 along to the linker #100180.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-emulation/wine/wine-20050628.ebuild')
-rw-r--r-- | app-emulation/wine/wine-20050628.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-20050628.ebuild b/app-emulation/wine/wine-20050628.ebuild index 674f6261de46..16fa44d176e1 100644 --- a/app-emulation/wine/wine-20050628.ebuild +++ b/app-emulation/wine/wine-20050628.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-20050628.ebuild,v 1.2 2005/07/19 04:40:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050628.ebuild,v 1.3 2005/08/03 04:55:31 vapier Exp $ inherit eutils flag-o-matic multilib @@ -64,6 +64,7 @@ src_unpack() { epatch "${FILESDIR}"/winearts-kdecvs-fix.patch sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/20041019-no-stack.patch #66002 + epatch "${FILESDIR}"/wine-20050725-gcc-32bit.patch } config_cache() { |