diff options
author | roger <roger@FreeBSD.org> | 2001-10-08 10:37:35 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2001-10-08 10:37:35 +0000 |
commit | c57589b6350da4916f1ba3b49b1b1c482e5e40a7 (patch) | |
tree | 27d39853bec5ee0849ec177e5c5b6248fe52fcbc | |
parent | f436149d8f8c2e1a5b56276683f38ddc8689e7be (diff) | |
download | FreeBSD-ports-c57589b6350da4916f1ba3b49b1b1c482e5e40a7.zip FreeBSD-ports-c57589b6350da4916f1ba3b49b1b1c482e5e40a7.tar.gz |
Add patch so OpenH323 can build with bison 1.29
Submitted by: bento
-rw-r--r-- | net/opal/files/patch-ab | 19 | ||||
-rw-r--r-- | net/opal3/files/patch-ab | 19 | ||||
-rw-r--r-- | net/openh323-112/files/patch-ab | 19 | ||||
-rw-r--r-- | net/openh323/files/patch-ab | 19 |
4 files changed, 76 insertions, 0 deletions
diff --git a/net/opal/files/patch-ab b/net/opal/files/patch-ab new file mode 100644 index 0000000..7d9922d --- /dev/null +++ b/net/opal/files/patch-ab @@ -0,0 +1,19 @@ +*** ../pwlib/src/ptlib/common/getdate.y.orig Mon Oct 8 10:18:11 2001 +--- ../pwlib/src/ptlib/common/getdate.y Mon Oct 8 10:18:25 2001 +*************** struct Variables { +*** 99,105 **** + #define VARIABLE ((struct Variables*)parseParam) + + +! #define YYPURE + #define YYLEX_PARAM VARIABLE->yyInput + #define YYPARSE_PARAM parseParam + +--- 99,105 ---- + #define VARIABLE ((struct Variables*)parseParam) + + +! #define YYPURE 1 + #define YYLEX_PARAM VARIABLE->yyInput + #define YYPARSE_PARAM parseParam + diff --git a/net/opal3/files/patch-ab b/net/opal3/files/patch-ab new file mode 100644 index 0000000..7d9922d --- /dev/null +++ b/net/opal3/files/patch-ab @@ -0,0 +1,19 @@ +*** ../pwlib/src/ptlib/common/getdate.y.orig Mon Oct 8 10:18:11 2001 +--- ../pwlib/src/ptlib/common/getdate.y Mon Oct 8 10:18:25 2001 +*************** struct Variables { +*** 99,105 **** + #define VARIABLE ((struct Variables*)parseParam) + + +! #define YYPURE + #define YYLEX_PARAM VARIABLE->yyInput + #define YYPARSE_PARAM parseParam + +--- 99,105 ---- + #define VARIABLE ((struct Variables*)parseParam) + + +! #define YYPURE 1 + #define YYLEX_PARAM VARIABLE->yyInput + #define YYPARSE_PARAM parseParam + diff --git a/net/openh323-112/files/patch-ab b/net/openh323-112/files/patch-ab new file mode 100644 index 0000000..7d9922d --- /dev/null +++ b/net/openh323-112/files/patch-ab @@ -0,0 +1,19 @@ +*** ../pwlib/src/ptlib/common/getdate.y.orig Mon Oct 8 10:18:11 2001 +--- ../pwlib/src/ptlib/common/getdate.y Mon Oct 8 10:18:25 2001 +*************** struct Variables { +*** 99,105 **** + #define VARIABLE ((struct Variables*)parseParam) + + +! #define YYPURE + #define YYLEX_PARAM VARIABLE->yyInput + #define YYPARSE_PARAM parseParam + +--- 99,105 ---- + #define VARIABLE ((struct Variables*)parseParam) + + +! #define YYPURE 1 + #define YYLEX_PARAM VARIABLE->yyInput + #define YYPARSE_PARAM parseParam + diff --git a/net/openh323/files/patch-ab b/net/openh323/files/patch-ab new file mode 100644 index 0000000..7d9922d --- /dev/null +++ b/net/openh323/files/patch-ab @@ -0,0 +1,19 @@ +*** ../pwlib/src/ptlib/common/getdate.y.orig Mon Oct 8 10:18:11 2001 +--- ../pwlib/src/ptlib/common/getdate.y Mon Oct 8 10:18:25 2001 +*************** struct Variables { +*** 99,105 **** + #define VARIABLE ((struct Variables*)parseParam) + + +! #define YYPURE + #define YYLEX_PARAM VARIABLE->yyInput + #define YYPARSE_PARAM parseParam + +--- 99,105 ---- + #define VARIABLE ((struct Variables*)parseParam) + + +! #define YYPURE 1 + #define YYLEX_PARAM VARIABLE->yyInput + #define YYPARSE_PARAM parseParam + |