diff options
Diffstat (limited to 'lang/mono/files/patch-mono_mini_mini-x86.h')
| -rw-r--r-- | lang/mono/files/patch-mono_mini_mini-x86.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/mono/files/patch-mono_mini_mini-x86.h b/lang/mono/files/patch-mono_mini_mini-x86.h new file mode 100644 index 000000000000..c907d59837b9 --- /dev/null +++ b/lang/mono/files/patch-mono_mini_mini-x86.h @@ -0,0 +1,11 @@ +--- mono/mini/mini-x86.h.orig 2008-12-11 21:27:14.000000000 -0300 ++++ mono/mini/mini-x86.h 2008-12-11 21:27:35.000000000 -0300 +@@ -43,7 +43,7 @@ + + #endif /* PLATFORM_WIN32 */ + +-#if defined( __linux__) || defined(__sun) || defined(__APPLE__) || defined(__NetBSD__) ++#if defined( __linux__) || defined(__sun) || defined(__APPLE__) || defined(__NetBSD__) || defined(__FreeBSD__) + #define MONO_ARCH_USE_SIGACTION + #endif + |
