wok diff gstreamer/receipt @ rev 23281

updated pcre and pcre-dev (8.43 -> 8.44)
author Hans-G?nter Theisgen
date Sun Mar 29 10:25:23 2020 +0100 (2020-03-29)
parents a78610b2eb47
children 3cdc90c472a2
line diff
     1.1 --- a/gstreamer/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/gstreamer/receipt	Sun Mar 29 10:25:23 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 \