diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-31 03:40:48 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-31 03:40:48 +0000 |
commit | dbf914ed7343ac189b308f89ea0592c8bf047b29 (patch) | |
tree | 2f2fbf6afea132183b01bb6cb584c9b141ead8e8 | |
parent | 5bd1387124f86574215b6b2e7896a305d9577d97 (diff) | |
download | ports-dbf914ed7343ac189b308f89ea0592c8bf047b29.tar.gz ports-dbf914ed7343ac189b308f89ea0592c8bf047b29.zip |
Notes
-rw-r--r-- | lang/yorick/distinfo | 2 | ||||
-rw-r--r-- | lang/yorick/files/patch-aa | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/lang/yorick/distinfo b/lang/yorick/distinfo index 655cab749e40..69bd99027683 100644 --- a/lang/yorick/distinfo +++ b/lang/yorick/distinfo @@ -1,2 +1,2 @@ MD5 (yorick-1.4.tar.gz) = 7cf50b3dee2e1fd54e832d52abd2b88c -MD5 (yorick-1.4.diff.gz) = 90b23c2cf20d5c48b0beeff2f1f6d576 +MD5 (yorick-1.4.diff.gz) = b6e5a17f33d4122980fc752a4a644901 diff --git a/lang/yorick/files/patch-aa b/lang/yorick/files/patch-aa index f0442c07d900..75862b0ba6a5 100644 --- a/lang/yorick/files/patch-aa +++ b/lang/yorick/files/patch-aa @@ -1,11 +1,11 @@ ---- Yorick/sysdep.c.orig Sat May 1 17:43:53 1999 -+++ Yorick/sysdep.c Sat May 1 17:41:47 1999 -@@ -135,7 +135,7 @@ - fp_trap(FP_TRAP_FASTMODE); - fp_enable(TRP_INVALID | TRP_DIV_BY_ZERO | TRP_OVERFLOW); +--- 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 __alpha - /* References: exception_intro, ieee man pages */ - #include <machine/fpu.h> + # ifdef sgi + /* See man page on handle_sigfpes -- must link with -lfpe */ + #include <sigfpe.h> |