1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/lang/yorick/files/patch-aa
1999-08-31 03:40:48 +00:00

12 lines
341 B
Plaintext

--- Yorick/sysdep.c.orig Mon Aug 30 20:26:38 1999
+++ Yorick/sysdep.c Mon Aug 30 20:27:02 1999
@@ -95,7 +95,7 @@
set_fpc_csr(csr | 0x0103c000); /* core dumps */
# endif
#endif
-#ifndef linux
+#if !defined(linux) && !defined(__FreeBSD__)
# ifdef sgi
/* See man page on handle_sigfpes -- must link with -lfpe */
#include <sigfpe.h>