summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/mono-addins/files/gmcs.patch')
-rw-r--r--dev-dotnet/mono-addins/files/gmcs.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-dotnet/mono-addins/files/gmcs.patch b/dev-dotnet/mono-addins/files/gmcs.patch
deleted file mode 100644
index a2426cf90945..000000000000
--- a/dev-dotnet/mono-addins/files/gmcs.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -u origin/configure.ac mono-addins-mono-addins-1.0/configure.ac
---- origin/configure.ac
-+++ mono-addins-mono-addins-1.0/configure.ac
-@@ -18,7 +18,10 @@
-
- AC_PROG_INSTALL
-
--AC_PATH_PROG(MCS, gmcs, no)
-+MCS=no
-+AC_PATH_PROG(MCS, gmcs)
-+AC_PATH_PROG(MCS, dmcs)
-+AC_PATH_PROG(MCS, mcs)
- if test "x$MCS" = "xno"; then
- AC_MSG_ERROR([mcs Not found])
- fi