1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/graphics/cfdg/files/patch-src-common_cfdg.ypp
Robert Clausecker 7e90d9bac7 graphics/cfdg: update to 3.4.1
Changelog: https://www.contextfreeart.org/downloads.html

Reported by:	diizzy
PR:		270205
2023-03-22 21:15:28 +01:00

12 lines
299 B
C++

--- src-common/cfdg.ypp.orig 2023-02-04 00:34:00 UTC
+++ src-common/cfdg.ypp
@@ -31,7 +31,7 @@
%skeleton "lalr1.cc" /* -*- C++ -*- */
%require "3.0"
%defines
-%define parser_class_name {CfdgParser}
+%define api.parser.class {CfdgParser}
%locations
%expect 3
//%debug