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

18 lines
254 B
C

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