diff options
Diffstat (limited to 'math/Scilab/files/patch-an')
-rw-r--r-- | math/Scilab/files/patch-an | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/Scilab/files/patch-an b/math/Scilab/files/patch-an new file mode 100644 index 00000000000..2f1046ff28a --- /dev/null +++ b/math/Scilab/files/patch-an @@ -0,0 +1,14 @@ +diff -c -r /usr/LOCAL/scilab2.3/work/scilab-2.3/xmetanet/graphics.c ./xmetanet/graphics.c +*** /usr/LOCAL/scilab2.3/work/scilab-2.3/xmetanet/graphics.c Mon May 12 16:34:40 1997 +--- ./xmetanet/graphics.c Mon May 19 00:28:39 1997 +*************** +*** 1,6 **** +--- 1,8 ---- + #include <X11/Intrinsic.h> + #include <math.h> ++ #ifndef __FreeBSD__ + #include <malloc.h> ++ #endif + #include <string.h> + #include <stdio.h> + |