diff options
Diffstat (limited to 'math/scilab/patches/patch-bb')
-rw-r--r-- | math/scilab/patches/patch-bb | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/math/scilab/patches/patch-bb b/math/scilab/patches/patch-bb index 1bbb2343c99..af80977c0d4 100644 --- a/math/scilab/patches/patch-bb +++ b/math/scilab/patches/patch-bb @@ -1,10 +1,19 @@ -$NetBSD: patch-bb,v 1.1 1998/08/25 12:53:10 agc Exp $ +$NetBSD: patch-bb,v 1.2 1999/03/05 11:22:35 frueauf Exp $ ---- ./pvm3/src/waitc.c.orig Sat Jul 18 22:31:53 1998 -+++ ./pvm3/src/waitc.c Sat Jul 18 22:31:53 1998 -@@ -83,4 +83,5 @@ - - #include <stdio.h> -+#include <sys/types.h> - #ifdef NEEDMENDIAN - #include <machine/endian.h> +--- routines/sun/zzledt.c.orig Sun Dec 20 00:20:23 1998 ++++ routines/sun/zzledt.c Tue Jan 12 13:04:10 1999 +@@ -54,5 +54,5 @@ + #define TERMCAP + #endif +-#ifndef linux ++#if !defined(linux) && !defined(netbsd) && !defined(freebsd) + #ifdef __alpha + #define B42UNIX +@@ -61,4 +61,7 @@ + #ifdef linux + #define ATTUNIX ++#define TERMCAP ++#endif ++#if defined(netbsd) || defined(freebsd) + #define TERMCAP + #endif |