diff options
-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 | ||||
-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 |
6 files changed, 80 insertions, 0 deletions
diff --git a/math/Scilab/files/patch-ar b/math/Scilab/files/patch-ar new file mode 100644 index 000000000000..d242af20723d --- /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 000000000000..24885706a4ed --- /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 000000000000..3a70cdb06715 --- /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> diff --git a/math/scilab/files/patch-ar b/math/scilab/files/patch-ar new file mode 100644 index 000000000000..d242af20723d --- /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 000000000000..24885706a4ed --- /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 000000000000..3a70cdb06715 --- /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> |