From fdd09e46ef5e60d23deed526d96c36c31dc5e9fb Mon Sep 17 00:00:00 2001 From: lawrance Date: Mon, 16 May 2005 02:45:10 +0000 Subject: - 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 Approved by: clement (mentor) --- net/callgen/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/callgen') diff --git a/net/callgen/Makefile b/net/callgen/Makefile index 34d69d3bbc9..8d308ace6fb 100644 --- a/net/callgen/Makefile +++ b/net/callgen/Makefile @@ -6,6 +6,7 @@ PORTNAME= callgen PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ DISTNAME= callgen323_${PORTVERSION} -- cgit