Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Mar 2015 14:11:02 +0000 (UTC)
From:      Romain Tartière <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380848 - head/lang/mono/files
Message-ID:  <201503091411.t29EB2wo035540@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503091411.t29EB2wo035540>