wok-undigest rev 1256

compile mesa with gcc83
author Hans-G?nter Theisgen
date Sat Aug 13 10:48:05 2022 +0100 (20 months ago)
parents 55a74fb7dd06
children 5f8835b3db5b
files libtinfo/receipt mesa/receipt
line diff
     1.1 --- a/libtinfo/receipt	Sat Aug 13 10:43:24 2022 +0100
     1.2 +++ b/libtinfo/receipt	Sat Aug 13 10:48:05 2022 +0100
     1.3 @@ -18,3 +18,4 @@
     1.4  	mkdir -p $fs/lib
     1.5  	cp -a $install/lib/libtinfo*.so*	$fs/lib
     1.6  }
     1.7 +
     2.1 --- a/mesa/receipt	Sat Aug 13 10:43:24 2022 +0100
     2.2 +++ b/mesa/receipt	Sat Aug 13 10:48:05 2022 +0100
     2.3 @@ -13,9 +13,9 @@
     2.4  WGET_URL="ftp://ftp.freedesktop.org/pub/mesa/$VERSION/$TARBALL"
     2.5  PROVIDE="libgl"
     2.6  
     2.7 -DEPENDS="expat libdrm libpthread-stubs udev xorg-libXdamage
     2.8 +DEPENDS="expat gcc83-lib-base libdrm libpthread-stubs udev xorg-libXdamage
     2.9  	xorg-libXxf86vm xorg-libXt"
    2.10 -BUILD_DEPENDS="automake expat-dev file gcc49 lesstif lesstif-dev
    2.11 +BUILD_DEPENDS="automake expat-dev file gcc83 lesstif lesstif-dev
    2.12  	libdrm-dev libdrm-nouveau libpthread-stubs-dev libtool
    2.13  	libxml2-python llvm pkg-config talloc udev-dev
    2.14  	xorg-dri2proto xorg-dri3proto xorg-glproto xorg-imake
    2.15 @@ -26,11 +26,11 @@
    2.16  compile_rules()
    2.17  {
    2.18  	sed -i 's/HAVE_LLVM/0x0306/' #src/gallium/auxiliary/draw/draw_llvm.c
    2.19 -	export LD_LIBRARY_PATH="/usr/libgcc49:$LD_LIBRARY_PATH"
    2.20 +#	export LD_LIBRARY_PATH="/usr/libgcc49:$LD_LIBRARY_PATH"
    2.21  
    2.22  	./autogen.sh			\
    2.23 -		CC=gcc-49		\
    2.24 -		CXX=g++-49		\
    2.25 +		CC=gcc-83		\
    2.26 +		CXX=g++-83		\
    2.27  		--disable-gallium-llvm	\
    2.28  		--prefix=/usr		\
    2.29  		$CONFIGURE_ARGS &&