1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix EOF error from new bison installations.

PR:		ports/35144
This commit is contained in:
Roger Hardiman 2002-03-07 07:56:06 +00:00
parent 0e09f6928c
commit c305659bad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55675
4 changed files with 56 additions and 0 deletions

14
net/opal/files/patch-ac Normal file
View File

@ -0,0 +1,14 @@
*** ../pwlib/src/ptlib/common/getdate.y.orig Thu Mar 7 07:42:27 2002
--- ../pwlib/src/ptlib/common/getdate.y Thu Mar 7 07:44:15 2002
***************
*** 23,28 ****
--- 23,31 ----
#include <ctype.h>
#include <stdlib.h>
+ #ifndef EOF
+ #include <stdio.h>
+ #endif
#ifdef _MSC_VER
#pragma warning(disable:4131 4701)

14
net/opal3/files/patch-ac Normal file
View File

@ -0,0 +1,14 @@
*** ../pwlib/src/ptlib/common/getdate.y.orig Thu Mar 7 07:42:27 2002
--- ../pwlib/src/ptlib/common/getdate.y Thu Mar 7 07:44:15 2002
***************
*** 23,28 ****
--- 23,31 ----
#include <ctype.h>
#include <stdlib.h>
+ #ifndef EOF
+ #include <stdio.h>
+ #endif
#ifdef _MSC_VER
#pragma warning(disable:4131 4701)

View File

@ -0,0 +1,14 @@
*** ../pwlib/src/ptlib/common/getdate.y.orig Thu Mar 7 07:42:27 2002
--- ../pwlib/src/ptlib/common/getdate.y Thu Mar 7 07:44:15 2002
***************
*** 23,28 ****
--- 23,31 ----
#include <ctype.h>
#include <stdlib.h>
+ #ifndef EOF
+ #include <stdio.h>
+ #endif
#ifdef _MSC_VER
#pragma warning(disable:4131 4701)

View File

@ -0,0 +1,14 @@
*** ../pwlib/src/ptlib/common/getdate.y.orig Thu Mar 7 07:42:27 2002
--- ../pwlib/src/ptlib/common/getdate.y Thu Mar 7 07:44:15 2002
***************
*** 23,28 ****
--- 23,31 ----
#include <ctype.h>
#include <stdlib.h>
+ #ifndef EOF
+ #include <stdio.h>
+ #endif
#ifdef _MSC_VER
#pragma warning(disable:4131 4701)