summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-bn
diff options
context:
space:
mode:
Diffstat (limited to 'math/scilab/patches/patch-bn')
-rw-r--r--math/scilab/patches/patch-bn33
1 files changed, 9 insertions, 24 deletions
diff --git a/math/scilab/patches/patch-bn b/math/scilab/patches/patch-bn
index 63abf1a8432..b6e5cfdcd1c 100644
--- a/math/scilab/patches/patch-bn
+++ b/math/scilab/patches/patch-bn
@@ -1,25 +1,10 @@
-$NetBSD: patch-bn,v 1.1 1998/08/25 12:53:12 agc Exp $
+$NetBSD: patch-bn,v 1.2 1999/03/05 11:22:36 frueauf Exp $
---- /dev/null Tue Aug 18 10:11:38 1998
-+++ pvm3/conf/NETBSDARM32.m4 Tue Aug 18 14:38:07 1998
-@@ -0,0 +1,20 @@
-+divert(-1)
-+undefine(`len')
-+#
-+# FORTRAN function names are in upper case
-+#
-+define(`FUNCTION',`translit($1,abcdefghijklmnopqrstuvwxyz,ABCDEFGHIJKLMNOPQRSTUVWXYZ)')
-+#
-+# FORTRAN character strings are passed as follows:
-+# XXX is this right?
-+# a pointer to the base of the string is passed in the normal
-+# argument list, and the length is passed by value as an extra
-+# argument, after all of the other arguments.
-+#
-+define(`ARGS',`($1`'undivert(1))')
-+define(`SAVE',`divert(1)$1`'divert(0)')
-+define(`STRING_ARG',`$1_ptr`'SAVE(`, $1_len')')
-+define(`STRING_ARG_DECL',`char * $1_ptr; int $1_len')
-+define(`STRING_LEN',`$1_len')
-+define(`STRING_PTR',`$1_ptr')
-+divert(0)
+--- routines/fraclab/gif.c.orig Wed Jan 13 20:27:04 1999
++++ routines/fraclab/gif.c Wed Jan 13 20:27:32 1999
+@@ -45,4 +45,5 @@
+
+ #include <stdio.h>
++#include <string.h>
+ #include "gif.h"
+ #include "imgif_const.h"