wok-current rev 25603

Use default gcc 6.3 for libvpx
author Stanislas Leduc <shann@slitaz.org>
date Fri Sep 01 13:05:40 2023 +0000 (14 months ago)
parents 07a235e583fc
children e7303f20381c
files libvpx/receipt
line diff
     1.1 --- a/libvpx/receipt	Fri Sep 01 12:43:28 2023 +0000
     1.2 +++ b/libvpx/receipt	Fri Sep 01 13:05:40 2023 +0000
     1.3 @@ -11,8 +11,8 @@
     1.4  TARBALL="$PACKAGE-v$VERSION.tar.gz"
     1.5  WGET_URL="https://github.com/webmproject/$PACKAGE/archive/v$VERSION.tar.gz"
     1.6  
     1.7 -DEPENDS="gcc83-lib-base glibc-base"
     1.8 -BUILD_DEPENDS="coreutils-file-format diffutils gcc83 yasm"
     1.9 +DEPENDS="glibc-base"
    1.10 +BUILD_DEPENDS="coreutils-file-format diffutils gcc yasm"
    1.11  
    1.12  current_version()
    1.13  {
    1.14 @@ -23,9 +23,6 @@
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 -	export	CC=gcc-83
    1.19 -	export	CXX=g++-83
    1.20 -
    1.21  	./configure				\
    1.22  		--enable-vp8			\
    1.23  		--enable-runtime-cpu-detect	\