wok-current rev 25618

Use default gcc 6.3 for libgphoto2
author Stanislas Leduc <shann@slitaz.org>
date Sun Sep 03 19:59:46 2023 +0000 (14 months ago)
parents 8db854a171ba
children e75b9784dd09
files libgphoto2/receipt
line diff
     1.1 --- a/libgphoto2/receipt	Sun Sep 03 18:37:10 2023 +0000
     1.2 +++ b/libgphoto2/receipt	Sun Sep 03 19:59:46 2023 +0000
     1.3 @@ -13,8 +13,8 @@
     1.4  WGET_URL="$SF_MIRROR/gphoto/$TARBALL"
     1.5  
     1.6  SUGGESTED="libgphoto2-lang"
     1.7 -DEPENDS="gcc83-lib-base hal jpeg libexif libltdl libusb libusb-compat"
     1.8 -BUILD_DEPENDS="gcc83 jpeg jpeg-dev libexif libexif-dev libltdl libtool
     1.9 +DEPENDS="hal jpeg libexif libltdl libusb libusb-compat"
    1.10 +BUILD_DEPENDS="jpeg jpeg-dev libexif libexif-dev libltdl libtool
    1.11  	libusb libusb-compat-dev libusb-dev pkg-config"
    1.12  
    1.13  # What is the latest version available today?
    1.14 @@ -29,8 +29,6 @@
    1.15  compile_rules()
    1.16  {
    1.17  	./configure				\
    1.18 -		CC=gcc-83			\
    1.19 -		CXX=g++-83			\
    1.20  		--prefix=/usr			\
    1.21  		udevscriptdir=/lib/udev		\
    1.22  		--with-camlibs=everything	\