wok diff libgnomeprint/receipt @ rev 23499

updated python-jcconv (0.1.6 -> 0.2.3)
author Hans-G?nter Theisgen
date Mon Apr 06 07:43:47 2020 +0100 (2020-04-06)
parents add4006354aa
children 6831608a1b2a
line diff
     1.1 --- a/libgnomeprint/receipt	Sat Mar 07 12:23:57 2020 +0100
     1.2 +++ b/libgnomeprint/receipt	Mon Apr 06 07:43:47 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