diff options
Diffstat (limited to 'lang/mit-scheme/files/patch-microcode_uxtrap.h')
-rw-r--r-- | lang/mit-scheme/files/patch-microcode_uxtrap.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/mit-scheme/files/patch-microcode_uxtrap.h b/lang/mit-scheme/files/patch-microcode_uxtrap.h deleted file mode 100644 index 1674769557bb..000000000000 --- a/lang/mit-scheme/files/patch-microcode_uxtrap.h +++ /dev/null @@ -1,17 +0,0 @@ ---- microcode/uxtrap.h.orig -+++ microcode/uxtrap.h -@@ -413,6 +413,14 @@ - - #endif /* __IA32__ */ - -+#ifdef __x86_64__ -+ -+#if defined(__FreeBSD__) -+# include <ucontext.h> -+#endif -+ -+#endif /* __x86_64__ */ -+ - #ifdef __alpha - - #define HAVE_SIGCONTEXT |