wok-6.x diff libgnomeprint/receipt @ rev 23160
updated lzsa (0.5.6 -> 1.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 17 14:14:41 2020 +0100 (2020-03-17) |
parents | add4006354aa |
children | 6831608a1b2a |
line diff
1.1 --- a/libgnomeprint/receipt Sat Mar 07 12:23:57 2020 +0100 1.2 +++ b/libgnomeprint/receipt Tue Mar 17 14:14:41 2020 +0100 1.3 @@ -17,8 +17,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - # YYPARSE_PARAM is no longer supported in Bison 3 1.8 - sed -e '/YYPARSE_PARAM/d' -e 's|yyerror (|yyerror (graph_t *g, |' \ 1.9 + # Update for Bison 3 1.10 + sed -e '/YYPARSE_PARAM/d' -e 's|yyerror (|&graph_t *g, |' \ 1.11 -e 's|%pure_parser|&\n%parse-param { graph_t *graph }|' \ 1.12 -i libgnomeprint/grammar.y 1.13