mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add some patches needed to build on -current.
PR: 3867 Submitted by: Paulo Menezes <paulo@isr.uc.pt>
This commit is contained in:
parent
bc908c43c7
commit
5dc621b448
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7070
14
math/Scilab/files/patch-ar
Normal file
14
math/Scilab/files/patch-ar
Normal file
@ -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>
|
||||
|
13
math/Scilab/files/patch-as
Normal file
13
math/Scilab/files/patch-as
Normal file
@ -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>
|
13
math/Scilab/files/patch-at
Normal file
13
math/Scilab/files/patch-at
Normal file
@ -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>
|
14
math/scilab/files/patch-ar
Normal file
14
math/scilab/files/patch-ar
Normal file
@ -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>
|
||||
|
13
math/scilab/files/patch-as
Normal file
13
math/scilab/files/patch-as
Normal file
@ -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>
|
13
math/scilab/files/patch-at
Normal file
13
math/scilab/files/patch-at
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user