freebsd-ports/devel/pwlib152/files/patch-src_ptlib_common_getdate.y
Sam Lawrance ae67238a95 - Add a bison %pure-parser declaration in pwlib. The build was
depending on old bison behaviour (#define YYPURE) which no longer
  works.  Fixes crash of opengk and maybe more.

- Bump PORTREVISION of ports using pwlib (they link with it statically)

PR:		ports/61053
Submitted by:	Andrew MacTaggart <amactaggart@hkis.edu.hk>
Approved by:	clement (mentor)
2005-05-16 02:45:10 +00:00

7 lines
230 B
Text

--- src/ptlib/common/getdate.y.orig Fri Jan 24 21:21:06 2003
+++ src/ptlib/common/getdate.y Sun May 15 14:41:11 2005
@@ -1,3 +1,4 @@
+%pure-parser
%{
/*
** Originally written by Steven M. Bellovin <smb@research.att.com> while