[Pkg-cli-apps-commits] [SCM] longomatch branch, master, updated. debian/0.15.5-1-10-g716b67f
Stefan Ebner
sebner at ubuntu.com
Thu Apr 8 15:11:20 UTC 2010
The following commit has been merged in the master branch:
commit 716b67f828ba138c893f34b6a2903f65ecb3800f
Author: Stefan Ebner <sebner at ubuntu.com>
Date: Thu Apr 8 17:11:04 2010 +0200
fiXX0red
diff --git a/debian/patches/01_use_mono-csc b/debian/patches/01_use_mono-csc
index 36b98f1..5d7d264 100644
--- a/debian/patches/01_use_mono-csc
+++ b/debian/patches/01_use_mono-csc
@@ -1,10 +1,13 @@
-Index: b/configure.ac
+Index: longomatch.git/configure.ac
===================================================================
---- a/configure.ac 2010-04-08 16:39:54.604986648 +0200
-+++ b/configure.ac 2010-04-08 16:42:44.852996735 +0200
-@@ -40,19 +40,8 @@
+--- longomatch.git.orig/configure.ac 2010-04-08 17:10:13.592991898 +0200
++++ longomatch.git/configure.ac 2010-04-08 17:10:46.776989524 +0200
+@@ -38,22 +38,11 @@
+
+
dnl Check for C# compiler
- AC_PATH_PROG(CSC, csc, no)
+-AC_PATH_PROG(CSC, csc, no)
++AC_PATH_PROG(CSC, mono-csc, no)
if test "x$CSC" = "xno"; then
- AC_PATH_PROG(MCS, gmcs, no)
- if test "x$MCS" = "xno"; then
@@ -19,8 +22,10 @@ Index: b/configure.ac
- AC_SUBST(CSC,[gmcs])
- fi
-else
+- AC_SUBST(CSC,[csc])
+ AC_MSG_ERROR([You need to install a C-sharp compiler])
+else
- AC_SUBST(CSC,[csc])
++ AC_SUBST(CSC,[mono-csc])
fi
+ dnl Check for gettext utils
--
longomatch
More information about the Pkg-cli-apps-commits
mailing list