wok diff cairo-gl/receipt @ rev 25031

Add fatcat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 20 09:25:51 2022 +0000 (2022-05-20)
parents f01b54fbd046
children
line diff
     1.1 --- a/cairo-gl/receipt	Wed Mar 16 15:28:37 2022 +0000
     1.2 +++ b/cairo-gl/receipt	Fri May 20 09:25:51 2022 +0000
     1.3 @@ -33,19 +33,15 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	# 1.16.0 workaround for
     1.8 -	# errors in lookup-symbol.c
     1.9 -	# enable-trace=no
    1.10 -	# until a better solution is found
    1.11 -
    1.12 +	# modify lookup-symbol.c for binutils-2.37
    1.13 +	patch --strip=0 --input=$stuff/patches/lookup-symbol.c-1.16.0 &&
    1.14  	sed -i '/index.sgml/d' \
    1.15 -		doc/public/Makefile*
    1.16 +		doc/public/Makefile* &&
    1.17  
    1.18  	./configure			\
    1.19  		--prefix=/usr		\
    1.20  		--enable-xcb		\
    1.21  		--enable-tee		\
    1.22 -		--enable-trace=no	\
    1.23  		--enable-gl		\
    1.24  		--disable-static	\
    1.25  		$CONFIGURE_ARGS &&