wok diff gstreamer/receipt @ rev 22812

gstreamer: YYLEX_PARAM is no longer supported in Bison 3
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 01 10:55:30 2020 +0100 (2020-02-01)
parents a78610b2eb47
children 3cdc90c472a2
line diff
     1.1 --- a/gstreamer/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/gstreamer/receipt	Sat Feb 01 10:55:30 2020 +0100
     1.3 @@ -28,6 +28,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# YYLEX_PARAM is no longer supported in Bison 3
     1.8 +	sed -i "/YYLEX_PARAM/d;s|%left '!.*|&\\n%lex-param { void *scanner }|" \
     1.9 +		gst/parse/grammar.y
    1.10 +
    1.11  	./configure \
    1.12  		--sysconfdir=/etc \
    1.13  		--localstatedir=/var \