wok diff gstreamer/receipt @ rev 23864

syslinux/isoboot.s: accept user args (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 19 17:01:11 2020 +0000 (2020-06-19)
parents a78610b2eb47
children 3cdc90c472a2
line diff
     1.1 --- a/gstreamer/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/gstreamer/receipt	Fri Jun 19 17:01:11 2020 +0000
     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 \