freebsd-ports/lang/mono/files/patch-mono_mini_exceptions-x86.c
John Marino b2abb350a9 lang/mono: Remove $FreeBSD$ from patches
Patches aren't supposed to have $FreeBSD$ tags anymore.  The
fbsd:nokeywords property was properly set, so the $FreeBSD$ tag was not
even expanded, so these tags were removed.  Note that the mini-exceptions
patch is no longer needed.  According to the comments, it's is for
FreeBSD 8 support only.

Approved by:	portmgr (mat)
2015-09-16 12:42:00 +00:00

10 lines
255 B
C

--- 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>