summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-dc
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/patches/patch-dc')
-rw-r--r--lang/mono/patches/patch-dc16
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/mono/patches/patch-dc b/lang/mono/patches/patch-dc
index 4a11a12163e..66502abb759 100644
--- a/lang/mono/patches/patch-dc
+++ b/lang/mono/patches/patch-dc
@@ -1,16 +1,16 @@
-$NetBSD: patch-dc,v 1.3 2010/02/16 17:01:05 kefren Exp $
---- mono/mini/mini-x86.h.orig 2009-12-17 01:26:00.000000000 +0200
-+++ mono/mini/mini-x86.h 2010-02-16 12:29:54.000000000 +0200
-@@ -44,7 +44,7 @@ LONG CALLBACK seh_handler(EXCEPTION_POIN
-
+$NetBSD: patch-dc,v 1.4 2010/04/29 08:44:30 kefren Exp $
+--- mono/mini/mini-x86.h.orig 2010-04-22 18:37:45.000000000 +0300
++++ mono/mini/mini-x86.h 2010-04-29 09:48:59.000000000 +0300
+@@ -45,7 +45,7 @@
#endif /* PLATFORM_WIN32 */
--#if defined( __linux__) || defined(__sun) || defined(__APPLE__) || defined(__NetBSD__) || defined(__FreeBSD__)
-+#if defined( __linux__) || defined(__sun) || defined(__APPLE__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
+ #if defined( __linux__) || defined(__sun) || defined(__APPLE__) || defined(__NetBSD__) || \
+- defined(__FreeBSD__) || defined(__OpenBSD__)
++ defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
#define MONO_ARCH_USE_SIGACTION
#endif
-@@ -150,7 +150,7 @@ typedef struct {
+@@ -151,7 +151,7 @@
gboolean need_stack_frame;
} MonoCompileArch;