diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-05-16 10:45:10 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-05-16 10:45:10 +0800 |
commit | fdd09e46ef5e60d23deed526d96c36c31dc5e9fb (patch) | |
tree | 0ec09425e40e26f388e90595f8c529e86653c99c /net/opal3/Makefile | |
parent | 142e9b9a8e386f918042c45e6f2db06793673995 (diff) | |
download | freebsd-ports-graphics-fdd09e46ef5e60d23deed526d96c36c31dc5e9fb.tar.gz freebsd-ports-graphics-fdd09e46ef5e60d23deed526d96c36c31dc5e9fb.tar.zst freebsd-ports-graphics-fdd09e46ef5e60d23deed526d96c36c31dc5e9fb.zip |
- 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)
Diffstat (limited to 'net/opal3/Makefile')
-rw-r--r-- | net/opal3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 41869d00548..d5856d94fff 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -7,7 +7,7 @@ PORTNAME= openh323 PORTVERSION= 1.12.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ |