commit: b7979a6cf44695a7a662433f6060ec8f144880f6
Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
AuthorDate: Sat Aug 1 10:07:29 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 11:20:42 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=b7979a6c
mono-4.0.2.5: sgen works on ppc
dev-lang/mono/mono-4.0.2.5.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild
b/dev-lang/mono/mono-4.0.2.5.ebuild
index 22c6348..8a028fe 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -72,7 +72,7 @@ src_prepare() {
# https://bugzilla.xamarin.com/show_bug.cgi?id=31779
epatch "${FILESDIR}/${P}-fix-decimal-ms-on-big-endian.patch"
- # Fix build --without-sgen
+ # Fix build when sgen disabled
# https://bugzilla.xamarin.com/show_bug.cgi?id=32015
epatch
"${FILESDIR}/${P}-fix-mono-dis-makefile-am-when-without-sgen.patch"
@@ -89,8 +89,6 @@ src_configure() {
#
# --with-profile4 needs to be always enabled since it's used by default
# and, otherwise, problems like bug #340641 appear.
- #
- # sgen fails on ppc, bug #359515
local myeconfargs=(
--enable-system-aot=yes
--enable-static
@@ -102,7 +100,6 @@ src_configure() {
--with-jit
--disable-dtrace
--with-profile4
- --with-sgen=$(usex ppc no yes)
$(use_with doc mcs-docs)
$(use_enable debug)
$(use_enable nls)