From 81dab8fa1fca2f8239414a001c9fd25c0850f486 Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Mon, 14 Dec 2015 21:09:13 +0100 Subject: Use "mcs" instead of "gmcs" for the compiler check for mono > 2.10 --- debian/patches/04-use_mcs_instead_of_gmcs.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/patches/04-use_mcs_instead_of_gmcs.patch (limited to 'debian/patches/04-use_mcs_instead_of_gmcs.patch') diff --git a/debian/patches/04-use_mcs_instead_of_gmcs.patch b/debian/patches/04-use_mcs_instead_of_gmcs.patch new file mode 100644 index 0000000..ccf5bc4 --- /dev/null +++ b/debian/patches/04-use_mcs_instead_of_gmcs.patch @@ -0,0 +1,21 @@ +From 11bd7c6fb9fe834cc432c3d892b21cd339f084fd Mon Sep 17 00:00:00 2001 +From: Hylke Bons +Date: Wed, 24 Jun 2015 22:57:37 +0100 +Subject: [PATCH] Use "mcs" instead of "gmcs" for the compiler check for mono > + 2.10 + +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/configure.ac ++++ b/configure.ac +@@ -39,7 +39,7 @@ + + if test "x$has_mono" = "xtrue"; then + 1 AC_PATH_PROG(RUNTIME, mono, no) +- AC_PATH_PROG(CSC, gmcs, no) ++ AC_PATH_PROG(CSC, mcs, no) + LIB_PREFIX=.so + LIB_SUFFIX= + else -- cgit v1.2.3