diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2025-06-08 01:35:44 +0200 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2025-06-09 20:09:30 +0200 |
commit | 70bf4800d0f9a51a94b7ea8b0eaabe9ce6967f2d (patch) | |
tree | 21a6f6ed7c4ed170a801c8ca347f32ca2677b3a8 /lang/mit-scheme/files/patch-microcode_uxtrap.h | |
parent | devel/aws-c-http: Update to 0.10.2 (diff) |
lang/mit-scheme: update to version 12.1
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 |