diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2001-10-27 07:41:37 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2001-10-27 07:41:37 +0000 |
commit | f2215b55926e0343ed4e3fa524a95e6f043d4eb8 (patch) | |
tree | 301e8bc29139f92c3eab496a3b198bb74bbab471 /net/openh323-112/files/patch-ab | |
parent | Add missing SUBDIR += gd2 (diff) |
Upgrade to version 1.7.2
Notes
Notes:
svn path=/head/; revision=49253
Diffstat (limited to 'net/openh323-112/files/patch-ab')
-rw-r--r-- | net/openh323-112/files/patch-ab | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/openh323-112/files/patch-ab b/net/openh323-112/files/patch-ab deleted file mode 100644 index 7d9922de96d1..000000000000 --- a/net/openh323-112/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** ../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 - |