From 2a5f4f67526bd667e75411ec76cd043ee2817977 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 18 Jan 2002 17:32:22 +0000 Subject: bring an lseek prototype into scope - this makes it survive its own installation test for me --- math/yorick/distinfo | 5 +++-- math/yorick/patches/patch-ab | 17 ++++++++++++++--- math/yorick/patches/patch-ac | 12 ++++++++++++ 3 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 math/yorick/patches/patch-ac (limited to 'math/yorick') diff --git a/math/yorick/distinfo b/math/yorick/distinfo index 9cee391c007..aeebf9730a9 100644 --- a/math/yorick/distinfo +++ b/math/yorick/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 08:45:46 agc Exp $ +$NetBSD: distinfo,v 1.3 2002/01/18 17:32:22 drochner Exp $ SHA1 (yorick-1.4.tar.gz) = 11e2ea5f0b5ac6b08251e4a3f9bb13f2dec22f1d Size (yorick-1.4.tar.gz) = 1429179 bytes SHA1 (patch-aa) = 0032e1e564603c97779f47be1fae44e64561860d -SHA1 (patch-ab) = f19497ceaca1699028c6326db710e0eb81e45d89 +SHA1 (patch-ab) = e5563c99ad577973517ab5d2a9b72728280792de +SHA1 (patch-ac) = 054fe84cf1c00e09c89fc7318353b84ff41bbd21 diff --git a/math/yorick/patches/patch-ab b/math/yorick/patches/patch-ab index fa6bd5dae3a..c01385a6d52 100644 --- a/math/yorick/patches/patch-ab +++ b/math/yorick/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1 2000/10/02 10:58:52 jlam Exp $ +$NetBSD: patch-ab,v 1.2 2002/01/18 17:32:23 drochner Exp $ ---- Yorick/sysdep.c.orig Wed Dec 18 12:28:30 1996 -+++ Yorick/sysdep.c +--- Yorick/sysdep.c.orig Wed Dec 18 18:28:30 1996 ++++ Yorick/sysdep.c Fri Jan 18 18:26:28 2002 @@ -127,7 +127,7 @@ fp_trap(FP_TRAP_FASTMODE); fp_enable(TRP_INVALID | TRP_DIV_BY_ZERO | TRP_OVERFLOW); @@ -11,3 +11,14 @@ $NetBSD: patch-ab,v 1.1 2000/10/02 10:58:52 jlam Exp $ /* References: exception_intro, ieee man pages */ #include ieee_set_fp_control(IEEE_TRAP_ENABLE_INV | IEEE_TRAP_ENABLE_DZE | +@@ -176,8 +176,10 @@ + definition had second parameter of type int; size_t (long) as here + makes more sense and has apparently superceded the original. + On machines with sizeof(int) + #endif ++#include + + /* Here are the ANSI standard prototypes for all of the stdio.h functions + used by Yorick. The defintion of FILE is, of course, bogus, -- cgit v1.2.3