summaryrefslogtreecommitdiff
path: root/math/scilab/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-05-22 19:20:04 +0000
committerwiz <wiz@pkgsrc.org>2006-05-22 19:20:04 +0000
commit3288d389c4952e97bb6d44cbe1613d0faf205c7a (patch)
treee5a03c273a7302459bde579d92f5850c25f23019 /math/scilab/patches
parent3964778db3c5c80989e749e9a80cc9f345c2d7d3 (diff)
downloadpkgsrc-3288d389c4952e97bb6d44cbe1613d0faf205c7a.tar.gz
regen patch-ah with correct offset.
Diffstat (limited to 'math/scilab/patches')
-rw-r--r--math/scilab/patches/patch-ah8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/scilab/patches/patch-ah b/math/scilab/patches/patch-ah
index 0cdfed0b836..63b0fc364ea 100644
--- a/math/scilab/patches/patch-ah
+++ b/math/scilab/patches/patch-ah
@@ -1,8 +1,8 @@
-$NetBSD: patch-ah,v 1.8 2004/07/15 04:00:47 dmcmahill Exp $
+$NetBSD: patch-ah,v 1.9 2006/05/22 19:20:04 wiz Exp $
---- routines/pvm/pvm_proc_ctrl.c.orig Sat Feb 28 13:50:09 2004
+--- routines/pvm/pvm_proc_ctrl.c.orig 2005-01-07 20:49:25.000000000 +0000
+++ routines/pvm/pvm_proc_ctrl.c
-@@ -381,7 +381,8 @@ void C2F(scipvmspawn)(char *task, int *
+@@ -388,7 +388,8 @@ void C2F(scipvmspawn)(char *task, int *
char cmd[256];
char *arg[4];
int nargs= -1;
@@ -12,7 +12,7 @@ $NetBSD: patch-ah,v 1.8 2004/07/15 04:00:47 dmcmahill Exp $
arg[0] = NULL;
cmd[0] = 0;
-@@ -394,7 +395,13 @@ void C2F(scipvmspawn)(char *task, int *
+@@ -401,7 +402,13 @@ void C2F(scipvmspawn)(char *task, int *
strcpy(cmd, "scilex.exe");
#else
/* I really need scilab here for gtk -version */