aboutsummaryrefslogtreecommitdiff
path: root/lang/mono/files/patch-mono_tests_libtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/files/patch-mono_tests_libtest.c')
-rw-r--r--lang/mono/files/patch-mono_tests_libtest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/mono/files/patch-mono_tests_libtest.c b/lang/mono/files/patch-mono_tests_libtest.c
index 0f8af2fa9a16..24a29481d1cd 100644
--- a/lang/mono/files/patch-mono_tests_libtest.c
+++ b/lang/mono/files/patch-mono_tests_libtest.c
@@ -3,12 +3,12 @@ $FreeBSD$
--- mono/tests/libtest.c.orig
+++ mono/tests/libtest.c
-@@ -2943,7 +2943,7 @@
+@@ -2978,7 +2978,7 @@
* mono_method_get_unmanaged_thunk tests
*/
--#if defined(__GNUC__) && defined(__i386__) && (defined(__linux__) || defined (__APPLE__))
-+#if defined(__GNUC__) && defined(__i386__) && (defined(__linux__) || defined (__APPLE__) || defined (__FreeBSD__))
+-#if defined(__GNUC__) && ((defined(__i386__) && (defined(__linux__) || defined (__APPLE__))) || (defined(__ppc__) && defined(__APPLE__)))
++#if defined(__GNUC__) && ((defined(__i386__) && (defined(__linux__) || defined (__APPLE__)) || defined (__FreeBSD__)) || (defined(__ppc__) && defined(__APPLE__)))
#define ALIGN(size) __attribute__ ((aligned(size)))
#else
#define ALIGN(size)