wok-current diff libgnomeprint/receipt @ rev 23098

updated libraw and libraw-dev (0.19.2 -> 0.19.5)
author Hans-G?nter Theisgen
date Thu Mar 12 07:21:06 2020 +0100 (2020-03-12)
parents add4006354aa
children 6831608a1b2a
line diff
     1.1 --- a/libgnomeprint/receipt	Sat Mar 07 12:23:57 2020 +0100
     1.2 +++ b/libgnomeprint/receipt	Thu Mar 12 07:21:06 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