summaryrefslogtreecommitdiffstats
path: root/math/scilab
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-06-25 06:57:15 +0000
committertg <tg@FreeBSD.org>1997-06-25 06:57:15 +0000
commit2989e17ac31a305a987e1a2d9276c4a9fe8416ea (patch)
treee5d0e7c55d087be08ab6510d61a6778ab561f573 /math/scilab
parentdc726fa3c544e4635e610c36535d2ed2e315b353 (diff)
downloadFreeBSD-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-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 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>
OpenPOWER on IntegriCloud