The Mono Project is an open development initiative sponsored by Ximian that is working to develop an open source, Unix version of the Microsoft .NET development platform. Its objective is to enable Unix developers to build and deploy cross-platform .NET Applications. The project will implement various technologies developed by Microsoft that have now been submitted to the ECMA for standardization. This package contains the major version 2 of mono.
17 lines
404 B
Text
17 lines
404 B
Text
$NetBSD: patch-dn,v 1.1 2013/06/17 12:43:28 wiz Exp $
|
|
|
|
http://gnats.netbsd.org/45201
|
|
|
|
--- mono/mini/mini-amd64.h.orig 2011-08-04 08:13:43.000000000 +0300
|
|
+++ mono/mini/mini-amd64.h 2011-08-04 08:15:09.000000000 +0300
|
|
@@ -272,6 +272,10 @@ typedef struct {
|
|
|
|
#define MONO_ARCH_NOMAP32BIT
|
|
|
|
+#elif defined (__DragonFly__)
|
|
+
|
|
+#define MONO_ARCH_NOMAP32BIT
|
|
+
|
|
#elif defined (__NetBSD__)
|
|
|
|
#define REG_RAX 14
|