aboutsummaryrefslogtreecommitdiff
path: root/math/scilab
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-06-25 06:57:15 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-06-25 06:57:15 +0000
commit5dc621b448c4ad217ccb1bbf54583aaf11ec6d84 (patch)
tree15bdb388e7231a5eaa444e9815c36b404de6d194 /math/scilab
parentbc908c43c7a01728d391c872fd39e8fc7910b790 (diff)
downloadports-5dc621b448c4ad217ccb1bbf54583aaf11ec6d84.tar.gz
ports-5dc621b448c4ad217ccb1bbf54583aaf11ec6d84.zip
Notes
Diffstat (limited to 'math/scilab')
-rw-r--r--math/scilab/files/patch-ar14
-rw-r--r--math/scilab/files/patch-as13
-rw-r--r--math/scilab/files/patch-at13
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 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>