[Pkg-mono-svn-commits] [SCM] mono branch, upstream-2.10.1/debian/patches/kfreebsd_support, updated. upstream/2.10.1-2-g0fd2fc1

Jo Shields directhex at apebox.org
Sat Apr 9 11:11:50 UTC 2011


The following commit has been merged in the upstream-2.10.1/debian/patches/kfreebsd_support branch:
commit 0fd2fc1844b7cb793e720c4b387b96e30492b0b8
Author: Jo Shields <directhex at apebox.org>
Date:   Sat Apr 9 12:11:17 2011 +0100

    Tweak architecture checks in configure.in so kfreebsd-gnu is considered an SGen-capable architecture.

diff --git a/configure.in b/configure.in
index b2b6dd3..3204caf 100644
--- a/configure.in
+++ b/configure.in
@@ -2155,7 +2155,7 @@ case "$host" in
 			sgen_supported=true
 			AOT_SUPPORTED="yes"
 			;;
-		  darwin*|openbsd*|freebsd*)
+		  darwin*|openbsd*|freebsd*|kfreebsd-gnu*)
 			sgen_supported=true
 		        ;;
 		esac
@@ -2170,7 +2170,7 @@ case "$host" in
 			sgen_supported=true
 			AOT_SUPPORTED="yes"
 			;;
-		  darwin*|openbsd*|freebsd*)
+		  darwin*|openbsd*|freebsd*|kfreebsd-gnu*)
 			sgen_supported=true
 			;;
 		esac

-- 
mono



More information about the Pkg-mono-svn-commits mailing list