commit: 0bf78bc1d7717095c5cd5eb950d85d8f0756db3e
Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
AuthorDate: Sat Aug 1 10:19:09 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=0bf78bc1
mono-4.0.2.5: Remove redundant --enable-static
It's enabled by default.
dev-lang/mono/mono-4.0.2.5.ebuild | 4 ----
1 file changed, 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 8a64839..997a922 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -78,9 +78,6 @@ src_prepare() {
}
src_configure() {
- # NOTE: We need the static libs for now so mono-debugger works.
- # See http://bugs.gentoo.org/show_bug.cgi?id=256264 for details
- #
# --without-moonlight since www-plugins/moonlight is not the only one
# using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3
#
@@ -88,7 +85,6 @@ src_configure() {
# and, otherwise, problems like bug #340641 appear.
local myeconfargs=(
--enable-system-aot=yes
- --enable-static
--disable-quiet-build
--without-moonlight
--with-libgdiplus=$(usex minimal no installed)