diff options
author | tg <tg@FreeBSD.org> | 1997-06-25 06:57:15 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-06-25 06:57:15 +0000 |
commit | 2989e17ac31a305a987e1a2d9276c4a9fe8416ea (patch) | |
tree | e5d0e7c55d087be08ab6510d61a6778ab561f573 /math/scilab | |
parent | dc726fa3c544e4635e610c36535d2ed2e315b353 (diff) | |
download | FreeBSD-ports-2989e17ac31a305a987e1a2d9276c4a9fe8416ea.zip FreeBSD-ports-2989e17ac31a305a987e1a2d9276c4a9fe8416ea.tar.gz |
Add some patches needed to build on -current.
PR: 3867
Submitted by: Paulo Menezes <paulo@isr.uc.pt>
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/files/patch-ar | 14 | ||||
-rw-r--r-- | math/scilab/files/patch-as | 13 | ||||
-rw-r--r-- | math/scilab/files/patch-at | 13 |
3 files changed, 40 insertions, 0 deletions
diff --git a/math/scilab/files/patch-ar b/math/scilab/files/patch-ar new file mode 100644 index 0000000..d242af2 --- /dev/null +++ b/math/scilab/files/patch-ar @@ -0,0 +1,14 @@ +*** ./routines/metanet/loadg.c.old Sun Jun 22 16:54:55 1997 +--- ./routines/metanet/loadg.c Sun Jun 22 16:55:26 1997 +*************** +*** 1,5 **** +--- 1,8 ---- + #include <stdio.h> + #ifndef __MSC__ ++ #ifdef __FreeBSD__ ++ #include <sys/types.h> ++ #endif + #include <dirent.h> + #endif + #include <string.h> + diff --git a/math/scilab/files/patch-as b/math/scilab/files/patch-as new file mode 100644 index 0000000..2488570 --- /dev/null +++ b/math/scilab/files/patch-as @@ -0,0 +1,13 @@ +*** ./routines/metanet/saveg.c.old Sun Jun 22 16:56:33 1997 +--- ./routines/metanet/saveg.c Sun Jun 22 16:56:53 1997 +*************** +*** 1,5 **** +--- 1,8 ---- + #include <stdio.h> + #ifndef __MSC__ ++ #ifdef __FreeBSD__ ++ #include <sys/types.h> ++ #endif + #include <dirent.h> + #endif + #include <string.h> diff --git a/math/scilab/files/patch-at b/math/scilab/files/patch-at new file mode 100644 index 0000000..3a70cdb --- /dev/null +++ b/math/scilab/files/patch-at @@ -0,0 +1,13 @@ +*** ./routines/metanet/files.c.old Sun Jun 22 16:57:23 1997 +--- ./routines/metanet/files.c Sun Jun 22 16:58:16 1997 +*************** +*** 1,5 **** +--- 1,8 ---- + #include <stdio.h> + #ifndef __MSC__ ++ #ifdef __FreeBSD__ ++ #include <sys/types.h> ++ #endif + #include <dirent.h> + #endif + #include <string.h> |