diff options
Diffstat (limited to 'math/scilab/patches/patch-ah')
-rw-r--r-- | math/scilab/patches/patch-ah | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/scilab/patches/patch-ah b/math/scilab/patches/patch-ah index 63b0fc364ea..22bb0d692a4 100644 --- a/math/scilab/patches/patch-ah +++ b/math/scilab/patches/patch-ah @@ -1,8 +1,8 @@ -$NetBSD: patch-ah,v 1.9 2006/05/22 19:20:04 wiz Exp $ +$NetBSD: patch-ah,v 1.10 2007/03/23 22:08:56 dmcmahill Exp $ ---- routines/pvm/pvm_proc_ctrl.c.orig 2005-01-07 20:49:25.000000000 +0000 +--- routines/pvm/pvm_proc_ctrl.c.orig 2005-10-22 18:53:11.000000000 +0000 +++ routines/pvm/pvm_proc_ctrl.c -@@ -388,7 +388,8 @@ void C2F(scipvmspawn)(char *task, int * +@@ -414,7 +414,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.9 2006/05/22 19:20:04 wiz Exp $ arg[0] = NULL; cmd[0] = 0; -@@ -401,7 +402,13 @@ void C2F(scipvmspawn)(char *task, int * +@@ -427,7 +428,13 @@ void C2F(scipvmspawn)(char *task, int * strcpy(cmd, "scilex.exe"); #else /* I really need scilab here for gtk -version */ @@ -25,5 +25,5 @@ $NetBSD: patch-ah,v 1.9 2006/05/22 19:20:04 wiz Exp $ + strcpy(cmd, "scilab"); + } #endif - #if (defined __MSC__) || (defined __ABSC__) || defined(__MINGW32__) + #if (defined __MSC__) || defined(__MINGW32__) if ( _stricmp(task,"null") != 0) |