diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-24 23:56:14 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-24 23:56:14 +0000 |
commit | 1f10ccbf77c213e8cae4afb77177333f8e2bf9f7 (patch) | |
tree | 5545e2fadb7ef4cd11b67f782a59e99bebcb07ed /dev-lang/mono/files | |
parent | Bump to 0.6.4. Clean up old revisions. (diff) | |
download | gentoo-2-1f10ccbf77c213e8cae4afb77177333f8e2bf9f7.tar.gz gentoo-2-1f10ccbf77c213e8cae4afb77177333f8e2bf9f7.tar.bz2 gentoo-2-1f10ccbf77c213e8cae4afb77177333f8e2bf9f7.zip |
Go eapi-2, libgdiplus needs it anyway. Tweak sigaltstack usage so we don't have to send segfaults to the kernel all the time. Prepare for ia64 and arm by making the options they'll need ready.
(Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc4 x86_64)
Diffstat (limited to 'dev-lang/mono/files')
-rw-r--r-- | dev-lang/mono/files/mono-2.0.1-fix_implicit_pointer_conversions.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-lang/mono/files/mono-2.0.1-fix_implicit_pointer_conversions.patch b/dev-lang/mono/files/mono-2.0.1-fix_implicit_pointer_conversions.patch new file mode 100644 index 000000000000..35b99919336f --- /dev/null +++ b/dev-lang/mono/files/mono-2.0.1-fix_implicit_pointer_conversions.patch @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## fix_implicit_pointer_conversions.dpatch by Mirco Bauer <meebey@debian.org> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad mono-1.2.6~/mono/metadata/security.c mono-1.2.6/mono/metadata/security.c +--- mono-1.2.6~/mono/metadata/security.c 2007-11-08 23:07:19.000000000 +0100 ++++ mono-1.2.6/mono/metadata/security.c 2007-12-24 15:54:02.000000000 +0100 +@@ -12,6 +12,7 @@ + #endif + + #include <mono/metadata/appdomain.h> ++#include <mono/metadata/assembly.h> + #include <mono/metadata/image.h> + #include <mono/metadata/exception.h> + #include <mono/metadata/object-internals.h> |