diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-18 12:14:52 +0000 |
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-18 12:14:52 +0000 |
| commit | cad64cdf202ccee70aa99a52da882a3cbdd1ae03 (patch) | |
| tree | cbeb57a06a96d8a6687549bd78e3440f02ce096b /math/Scilab/files/patch-ao | |
| parent | Activate LPRng. (diff) | |
Import of Scilab port. Scilab is a matlab-like package.
PR: 3867
Submitted by: Paulo Menezes <paulo@isr.uc.pt>
Diffstat (limited to 'math/Scilab/files/patch-ao')
| -rw-r--r-- | math/Scilab/files/patch-ao | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/Scilab/files/patch-ao b/math/Scilab/files/patch-ao new file mode 100644 index 000000000000..b28d529f8fe0 --- /dev/null +++ b/math/Scilab/files/patch-ao @@ -0,0 +1,12 @@ +diff -c -r /usr/LOCAL/scilab2.3/work/scilab-2.3/xmetanet/init.c ./xmetanet/init.c +*** /usr/LOCAL/scilab2.3/work/scilab-2.3/xmetanet/init.c Mon May 12 16:34:40 1997 +--- ./xmetanet/init.c Mon May 19 00:29:50 1997 +*************** +*** 1,3 **** +--- 1,6 ---- ++ #ifdef __FreeBSD__ ++ #include <sys/types.h> ++ #endif + #include <dirent.h> + #include <stdlib.h> + #include <string.h> |
