mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
dbf914ed73
so this port works again.
12 lines
341 B
Plaintext
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>
|