aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/mono/files/mono-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch')
-rw-r--r--dev-lang/mono/files/mono-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-lang/mono/files/mono-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch b/dev-lang/mono/files/mono-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch
deleted file mode 100644
index bbf4c6f..0000000
--- a/dev-lang/mono/files/mono-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-===================================================================
-RCS file: mono/dis/RCS/Makefile.am,v
-retrieving revision 1.1
-diff -up -r1.1 mono/dis/Makefile.am
---- mono/dis/Makefile.am 2015/05/08 15:00:22 1.1
-+++ mono/dis/Makefile.am 2015/07/14 11:20:29
-@@ -7,7 +7,7 @@ endif
- if SUPPORT_SGEN
- metadata_lib=$(top_builddir)/mono/metadata/libmonoruntimesgen-static.la
- else
--metadata_lib=$(top_builddir)/mono/metadata/libmonoruntime-static.a
-+metadata_lib=$(top_builddir)/mono/metadata/libmonoruntime-static.la
- gc_lib=$(LIBGC_STATIC_LIBS)
- endif
-