Gentoo Archives: gentoo-commits

From: Heather Cynede <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/
Date: Sat, 01 Aug 2015 13:21:59
Message-Id: 1438428043.237059afd88a584055f00818e7cf71e52f650bb0.cynede@gentoo
1 commit: 237059afd88a584055f00818e7cf71e52f650bb0
2 Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
3 AuthorDate: Sat Aug 1 10:13:31 2015 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 11:20:43 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=237059af
7
8 mono-4.0.2.5: Remove redundant -fno-strict-aliasing
9
10 The configure script adds it.
11
12 dev-lang/mono/mono-4.0.2.5.ebuild | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild b/dev-lang/mono/mono-4.0.2.5.ebuild
16 index 6e9779d..8a64839 100644
17 --- a/dev-lang/mono/mono-4.0.2.5.ebuild
18 +++ b/dev-lang/mono/mono-4.0.2.5.ebuild
19 @@ -62,9 +62,6 @@ src_prepare() {
20 # mono build system can fail otherwise
21 strip-flags
22
23 - # Remove this at your own peril. Mono will barf in unexpected ways.
24 - append-flags -fno-strict-aliasing
25 -
26 #fix vb targets http://osdir.com/ml/general/2015-05/msg20808.html
27 epatch "${FILESDIR}/add_missing_vb_portable_targets.patch"