summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-di
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/patches/patch-di')
-rw-r--r--lang/mono/patches/patch-di4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mono/patches/patch-di b/lang/mono/patches/patch-di
index c991eb8d6bf..b85911e0ec9 100644
--- a/lang/mono/patches/patch-di
+++ b/lang/mono/patches/patch-di
@@ -1,4 +1,4 @@
-$NetBSD: patch-di,v 1.3 2010/04/29 08:44:30 kefren Exp $
+$NetBSD: patch-di,v 1.4 2010/12/29 10:42:35 obache Exp $
--- mono/tests/libtest.c.orig 2010-04-22 18:37:47.000000000 +0300
+++ mono/tests/libtest.c 2010-04-29 10:55:04.000000000 +0300
@@ -3190,7 +3190,7 @@
@@ -6,7 +6,7 @@ $NetBSD: patch-di,v 1.3 2010/04/29 08:44:30 kefren Exp $
*/
-#if defined(__GNUC__) && ((defined(__i386__) && (defined(__linux__) || defined (__APPLE__)) || defined (__FreeBSD__) || defined(__OpenBSD__)) || (defined(__ppc__) && defined(__APPLE__)))
-+#if defined(__GNUC__) && ((defined(__i386__) && (defined(__linux__) || defined (__APPLE__)) || defined (__NetBSD__) || defined (__FreeBSD__) || defined(__OpenBSD__)) || (defined(__ppc__) && defined(__APPLE__)))
++#if defined(__GNUC__) && ((defined(__i386__) && (defined(__linux__) || defined (__APPLE__)) || defined (__NetBSD__) || defined (__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)) || (defined(__ppc__) && defined(__APPLE__)))
#define ALIGN(size) __attribute__ ((aligned(size)))
#else
#define ALIGN(size)