You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-dotnet/mono-addins/files/gmcs.patch

16 lines
363 B

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