[Pkg-cli-apps-commits] [SCM] mistelix branch, master, updated. debian/0.33-1-6-g06ac638

Jo Shields directhex at apebox.org
Sun Jul 10 14:17:21 UTC 2011


The following commit has been merged in the master branch:
commit bbd31edf3a11d6e1d73de461c7c1e770a1545952
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Jul 10 14:40:33 2011 +0100

    Upstream checks the MCS environment variable for the compiler, yet
    uses a hardcoded CSC variable for the compiler. Change this.

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4bb1de5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use_ac_path_prog_for_csc_not_mcs.patch
diff --git a/debian/patches/use_ac_path_prog_for_csc_not_mcs.patch b/debian/patches/use_ac_path_prog_for_csc_not_mcs.patch
new file mode 100644
index 0000000..3323c36
--- /dev/null
+++ b/debian/patches/use_ac_path_prog_for_csc_not_mcs.patch
@@ -0,0 +1,25 @@
+Index: mistelix/configure.ac
+===================================================================
+--- mistelix.orig/configure.ac	2011-07-10 14:32:59.097882106 +0100
++++ mistelix/configure.ac	2011-07-10 14:33:49.922765598 +0100
+@@ -20,10 +20,10 @@
+ dnl --- Check for mono and gmcs
+ 
+ AC_PATH_PROG(MONO, mono)
+-AC_PATH_PROG(MCS, gmcs)
++AC_PATH_PROG(CSC, gmcs)
+ 
+ CS="C#"
+-if test ! -x "$MCS"; then
++if test ! -x "$CSC"; then
+ 	AC_MSG_ERROR([No $CS compiler found])
+ fi
+ 
+@@ -107,7 +107,6 @@
+ AC_SUBST(CPPFLAGS)
+ AC_SUBST(LDFLAGS)
+ 
+-CSC=gmcs
+ AC_SUBST(CSC)
+ 
+ expanded_libdir=`( case $prefix in NONE) prefix=$ac_default_prefix ;; *) ;; esac

-- 
mistelix



More information about the Pkg-cli-apps-commits mailing list