summaryrefslogtreecommitdiff
path: root/dev-util/monodevelop/files/monodevelop-3.0.2-nowarningerrors.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/monodevelop/files/monodevelop-3.0.2-nowarningerrors.patch')
-rw-r--r--dev-util/monodevelop/files/monodevelop-3.0.2-nowarningerrors.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-util/monodevelop/files/monodevelop-3.0.2-nowarningerrors.patch b/dev-util/monodevelop/files/monodevelop-3.0.2-nowarningerrors.patch
deleted file mode 100644
index 897528aff49..00000000000
--- a/dev-util/monodevelop/files/monodevelop-3.0.2-nowarningerrors.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/src/core/MonoDevelop.Core/Makefile.am
-+++ b/src/core/MonoDevelop.Core/Makefile.am
-@@ -394,7 +394,7 @@
- all: $(ASSEMBLY) $(ASSEMBLY).mdb
-
- $(ASSEMBLY): $(build_sources) $(build_resources)
-- $(CSC) $(CSC_FLAGS) -warnaserror -unsafe -debug -out:$@ -target:library $(REFS) $(build_resources:%=/resource:%) $(build_sources) \
-+ $(CSC) $(CSC_FLAGS) -unsafe -debug -out:$@ -target:library $(REFS) $(build_resources:%=/resource:%) $(build_sources) \
- && cp $(srcdir)/$(CONFIG) $(top_builddir)/build/bin
-
- $(ASSEMBLY).mdb: $(ASSEMBLY)
---- a/src/core/MonoDevelop.Core/Makefile.in
-+++ b/src/core/MonoDevelop.Core/Makefile.in
-@@ -809,7 +809,7 @@
- all: $(ASSEMBLY) $(ASSEMBLY).mdb
-
- $(ASSEMBLY): $(build_sources) $(build_resources)
-- $(CSC) $(CSC_FLAGS) -warnaserror -unsafe -debug -out:$@ -target:library $(REFS) $(build_resources:%=/resource:%) $(build_sources) \
-+ $(CSC) $(CSC_FLAGS) -unsafe -debug -out:$@ -target:library $(REFS) $(build_resources:%=/resource:%) $(build_sources) \
- && cp $(srcdir)/$(CONFIG) $(top_builddir)/build/bin
-
- $(ASSEMBLY).mdb: $(ASSEMBLY)