summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/04-use_mcs_instead_of_gmcs.patch21
-rw-r--r--debian/patches/series1
2 files changed, 22 insertions, 0 deletions
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 <hylkebons@gmail.com>
+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
diff --git a/debian/patches/series b/debian/patches/series
index 5ebea47..35119d2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
01-pkgconfig_fixes.patch
02-generated_sources_path.patch
03-ac_config_macro_dir.patch
+04-use_mcs_instead_of_gmcs.patch