summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2002-03-07 07:56:06 +0000
committerRoger Hardiman <roger@FreeBSD.org>2002-03-07 07:56:06 +0000
commitc305659bad7d748fa4178fabba1e8d46a6c21732 (patch)
treecaf6a98888e55e8c7f14f0a20afa0917dadf40e6 /net
parentUpdate to 8.4a4 (diff)
Fix EOF error from new bison installations.
PR: ports/35144
Notes
Notes: svn path=/head/; revision=55675
Diffstat (limited to 'net')
-rw-r--r--net/opal/files/patch-ac14
-rw-r--r--net/opal3/files/patch-ac14
-rw-r--r--net/openh323-112/files/patch-ac14
-rw-r--r--net/openh323/files/patch-ac14
4 files changed, 56 insertions, 0 deletions
diff --git a/net/opal/files/patch-ac b/net/opal/files/patch-ac
new file mode 100644
index 000000000000..52eba0636f38
--- /dev/null
+++ b/net/opal/files/patch-ac
@@ -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)
diff --git a/net/opal3/files/patch-ac b/net/opal3/files/patch-ac
new file mode 100644
index 000000000000..52eba0636f38
--- /dev/null
+++ b/net/opal3/files/patch-ac
@@ -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)
diff --git a/net/openh323-112/files/patch-ac b/net/openh323-112/files/patch-ac
new file mode 100644
index 000000000000..52eba0636f38
--- /dev/null
+++ b/net/openh323-112/files/patch-ac
@@ -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)
diff --git a/net/openh323/files/patch-ac b/net/openh323/files/patch-ac
new file mode 100644
index 000000000000..52eba0636f38
--- /dev/null
+++ b/net/openh323/files/patch-ac
@@ -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)