commit: 237059afd88a584055f00818e7cf71e52f650bb0
Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
AuthorDate: Sat Aug 1 10:13:31 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 11:20:43 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=237059af
mono-4.0.2.5: Remove redundant -fno-strict-aliasing
The configure script adds it.
dev-lang/mono/mono-4.0.2.5.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild
b/dev-lang/mono/mono-4.0.2.5.ebuild
index 6e9779d..8a64839 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -62,9 +62,6 @@ src_prepare() {
# mono build system can fail otherwise
strip-flags
- # Remove this at your own peril. Mono will barf in unexpected ways.
- append-flags -fno-strict-aliasing
-
#fix vb targets http://osdir.com/ml/general/2015-05/msg20808.html
epatch "${FILESDIR}/add_missing_vb_portable_targets.patch"