wok-current diff audiofile/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 73f36875e5a7
children
line diff
     1.1 --- a/audiofile/receipt	Thu Mar 09 18:12:54 2023 +0000
     1.2 +++ b/audiofile/receipt	Fri Apr 19 12:48:51 2024 +0000
     1.3 @@ -25,6 +25,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# Fix build with recent gcc
     1.8 +	# thanks Pat, see on SlakBuild
     1.9 +	CXXFLAGS="$CXXFLAGS -fpermissive"
    1.10 +
    1.11  	./configure \
    1.12  		$CONFIGURE_ARGS &&
    1.13  	make &&