wok diff libwebkit/receipt @ rev 25004

updated ntfs-3g and ntfs-3g-dev (2017.3.23 -> 2021.8.22)
author Hans-G?nter Theisgen
date Mon May 16 16:20:40 2022 +0100 (2022-05-16)
parents 5d79829fa876
children a9a3de07bef2
line diff
     1.1 --- a/libwebkit/receipt	Wed Jul 07 17:56:16 2021 +0000
     1.2 +++ b/libwebkit/receipt	Mon May 16 16:20:40 2022 +0100
     1.3 @@ -22,6 +22,7 @@
     1.4  libxml2-dev libxcb-dev xcb-util-dev util-linux-uuid-dev zlib-dev \
     1.5  libtasn1-dev glib-networking-dev"
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10  	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    1.11 @@ -50,6 +51,9 @@
    1.12  		done
    1.13  		patch -p0 < $stuff/CodeGeneratorGObject-bug-84526.patch || exit 1
    1.14  	fi
    1.15 +	# Build fix with newer bison 3
    1.16 +	sed -i 's|%pure_parser|%define api.pure|' Source/WebCore/css/CSSGrammar.y
    1.17 +	sed -i '/\$(AM_V_at)rm -f/d' GNUmakefile* Source/WebCore/GNUmakefile*
    1.18  	# Build
    1.19  	./configure \
    1.20  		--enable-introspection=no \