wok-6.x diff gstreamer/receipt @ rev 23061
cookutils: fix check-wok
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 07 18:34:36 2020 +0100 (2020-03-07) |
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 Mar 07 18:34:36 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 \