freebsd-ports/lang/mit-scheme/files/patch-microcode_uxtrap.h
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

17 lines
254 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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