diff options
| author | Florent Thoumie <flz@FreeBSD.org> | 2009-02-09 09:00:01 +0000 |
|---|---|---|
| committer | Florent Thoumie <flz@FreeBSD.org> | 2009-02-09 09:00:01 +0000 |
| commit | c1f23cd26d8ec0c157abfb1fe1f52b3aaddee6e8 (patch) | |
| tree | 6bc6e9b8c27f338bda10b7f147eca039dcc7fb74 /lang/mono/files/patch-mono_mini_mini-x86.h | |
| parent | Fix doc build with upcoming mono 2.0.1. (diff) | |
- Update lang/mono to 2.0.1.
- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org.
PR: ports/129724
Submitted by: Phillip Neumann, Romain Tartiere (bsd-sharp team)
Notes
Notes:
svn path=/head/; revision=227866
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 + |
