aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorromain <romain@FreeBSD.org>2015-03-09 22:11:01 +0800
committerromain <romain@FreeBSD.org>2015-03-09 22:11:01 +0800
commit539bd031ae8ae2f34b3faa592c42419b87c156ee (patch)
treec52ca8be7c61862948205ee0eb95281f1287f4f4
parent4e4fed4aa979df822cdfde5607062d79eebdd112 (diff)
downloadfreebsd-ports-gnome-539bd031ae8ae2f34b3faa592c42419b87c156ee.tar.gz
freebsd-ports-gnome-539bd031ae8ae2f34b3faa592c42419b87c156ee.tar.zst
freebsd-ports-gnome-539bd031ae8ae2f34b3faa592c42419b87c156ee.zip
Fix build on i386.
PR: ports/198404 Submitted by: wolfgang@lyxys.ka.sub.org Obtained from: kib
-rw-r--r--lang/mono/files/patch-mono_mini_exceptions-x86.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/mono/files/patch-mono_mini_exceptions-x86.c b/lang/mono/files/patch-mono_mini_exceptions-x86.c
new file mode 100644
index 000000000000..b672d6b4485e
--- /dev/null
+++ b/lang/mono/files/patch-mono_mini_exceptions-x86.c
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- mono/mini/exceptions-x86.c.orig
++++ mono/mini/exceptions-x86.c
+@@ -12,6 +12,7 @@
+ #include <glib.h>
+ #include <signal.h>
+ #include <string.h>
++#include <sys/ucontext.h>
+
+ #include <mono/metadata/abi-details.h>
+ #include <mono/arch/x86/x86-codegen.h>