wok-current diff beaver/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents cec9f8f5726d
children
line diff
     1.1 --- a/beaver/receipt	Wed Sep 28 09:44:06 2022 +0000
     1.2 +++ b/beaver/receipt	Fri Apr 19 12:48:51 2024 +0000
     1.3 @@ -30,6 +30,10 @@
     1.4  	sed -i 's|dir/po/\*\.po|& 2>/dev/null|' configure
     1.5  	patch -p1 -i $stuff/icon.patch
     1.6  
     1.7 +	# Fix build with new stack 
     1.8 +	# see https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=beaver
     1.9 +	CFLAGS="$CFLAGS -fgnu89-inline -fcommon"
    1.10 +
    1.11  	./configure $CONFIGURE_ARGS && make && make install
    1.12  }
    1.13