wok-current diff protobuf/receipt @ rev 25733
Accept licence PyQt-x11-gpl, bump firmware* to 20240610, build imagemagick (merge)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 16:13:23 2024 +0000 (2 days ago) |
parents | e717a4953b0e |
children |
line diff
1.1 --- a/protobuf/receipt Mon May 02 16:22:04 2022 +0000 1.2 +++ b/protobuf/receipt Fri Dec 20 16:13:23 2024 +0000 1.3 @@ -11,8 +11,10 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz" 1.6 1.7 -DEPENDS="gcc83-lib-base libatomic" 1.8 -BUILD_DEPENDS="automake gcc83 libtool" 1.9 +DEPENDS="libatomic" 1.10 +BUILD_DEPENDS="automake gcc libtool" 1.11 + 1.12 +HOST_ARCH="i486 x86_64" 1.13 1.14 # What is the latest version available today? 1.15 current_version() 1.16 @@ -26,8 +28,6 @@ 1.17 { 1.18 ./autogen.sh && 1.19 ./configure \ 1.20 - CC=gcc-83 \ 1.21 - CXX=g++-83 \ 1.22 --prefix=/usr \ 1.23 $CONFIGURE_ARGS && 1.24 make &&