diff options
Diffstat (limited to 'math/scilab/patches/patch-at')
-rw-r--r-- | math/scilab/patches/patch-at | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/scilab/patches/patch-at b/math/scilab/patches/patch-at new file mode 100644 index 00000000000..b57d29f9e38 --- /dev/null +++ b/math/scilab/patches/patch-at @@ -0,0 +1,13 @@ +$NetBSD: patch-at,v 1.4 2002/03/05 21:05:53 dmcmahill Exp $ + +--- routines/dcd/DcdInterf.c.orig Mon Feb 5 07:19:39 2001 ++++ routines/dcd/DcdInterf.c Tue Mar 5 07:18:35 2002 +@@ -2,4 +2,8 @@ + ENPC */ + ++#ifdef __NetBSD__ ++#include <string.h> ++#endif ++ + #include "../../routines/stack-c.h" + |