diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-30 18:25:39 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-30 18:26:42 +0100 |
commit | 5127c755e4cb6a810f81eb38777e1d7917695f9c (patch) | |
tree | 85d62306bea114f2065ce91d41eed1f257101473 /dev-lang/mono/mono-4.4.1.0.ebuild | |
parent | sci-libs/scipy: stable 0.19.1 for ppc64, bug #645152 (diff) | |
download | gentoo-5127c755e4cb6a810f81eb38777e1d7917695f9c.tar.gz gentoo-5127c755e4cb6a810f81eb38777e1d7917695f9c.tar.bz2 gentoo-5127c755e4cb6a810f81eb38777e1d7917695f9c.zip |
dev-lang/mono: fix 32-bit build on amd64, bug #600664
It's a backport of https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0e31adf6af28adf3c8709e542ecf7039cb5942
Reported-by: Toralf Förster
Fixed-by: Eric Hermes
Closes: https://bugs.gentoo.org/600664
Package-Manager: Portage-2.3.26, Repoman-2.3.7
Diffstat (limited to 'dev-lang/mono/mono-4.4.1.0.ebuild')
-rw-r--r-- | dev-lang/mono/mono-4.4.1.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lang/mono/mono-4.4.1.0.ebuild b/dev-lang/mono/mono-4.4.1.0.ebuild index 328ec0684726..397235e7db59 100644 --- a/dev-lang/mono/mono-4.4.1.0.ebuild +++ b/dev-lang/mono/mono-4.4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -79,6 +79,8 @@ src_prepare() { #epatch "${FILESDIR}/fix-for-GitExtensions-issue-2710-another-resolution.patch" #epatch "${FILESDIR}/fix-for-bug36724.patch" + epatch "${FILESDIR}/${P}-x86_32.patch" + default #eapply_user multilib_copy_sources |