summaryrefslogtreecommitdiffstats
path: root/lang/yorick/files/patch-aa
blob: 75862b0ba6a5b45830eaa23a3b2074a4feede390 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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>
OpenPOWER on IntegriCloud