svn commit: r380848 - head/lang/mono/files

Romain Tartière romain at FreeBSD.org
Mon Mar 9 14:11:03 UTC 2015


Author: romain
Date: Mon Mar  9 14:11:01 2015
New Revision: 380848
URL: https://svnweb.freebsd.org/changeset/ports/380848
QAT: https://qat.redports.org/buildarchive/r380848/

Log:
  Fix build on i386.
  
  PR:		ports/198404
  Submitted by:	wolfgang at lyxys.ka.sub.org
  Obtained from:	kib

Added:
  head/lang/mono/files/patch-mono_mini_exceptions-x86.c   (contents, props changed)

Added: head/lang/mono/files/patch-mono_mini_exceptions-x86.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/mono/files/patch-mono_mini_exceptions-x86.c	Mon Mar  9 14:11:01 2015	(r380848)
@@ -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>


More information about the svn-ports-head mailing list