[Pkg-cli-libs-commits] [SCM] semweb branch, master, updated. upstream/1.05+dfsg-25-ga804ed3
Mirco Bauer
meebey at meebey.net
Fri Sep 25 22:37:00 UTC 2009
The following commit has been merged in the master branch:
commit a804ed33f747d5157751bc82cf3fbbb5870ebdaa
Author: Mirco Bauer <meebey at meebey.net>
Date: Sat Sep 26 00:33:01 2009 +0200
forgot this one
diff --git a/debian/patches/04-use_mono-csc_as_compiler.patch b/debian/patches/04-use_mono-csc_as_compiler.patch
new file mode 100644
index 0000000..005a086
--- /dev/null
+++ b/debian/patches/04-use_mono-csc_as_compiler.patch
@@ -0,0 +1,25 @@
+Description: use csc instead of gmcs as compiler
+Author: Jo Shields <directhex at apebox.org>
+Forwarded: not-needed
+
+---
+ Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- git.orig/Makefile
++++ git/Makefile
+@@ -35,12 +35,12 @@
+
+ ifeq "$(PROFILE)" "DOTNET2"
+ BIN=bin_generics
+-MCS=gmcs -d:DOTNET2
++MCS=mono-csc -d:DOTNET2
+ endif
+
+ ifeq "$(PROFILE)" "DOTNET3"
+ BIN=bin_linq
+-MCS=gmcs -d:DOTNET3 -langversion:linq
++MCS=mono-csc -d:DOTNET3 -langversion:linq
+ endif
+
+ ifeq "$(PROFILE)" "SILVERLIGHT"
--
semweb
More information about the Pkg-cli-libs-commits
mailing list