wok diff tk/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents 6ce464a0de4b
children b8ddcdf440e4
line diff
     1.1 --- a/tk/receipt	Mon Feb 16 12:43:40 2015 +0100
     1.2 +++ b/tk/receipt	Thu May 23 12:16:28 2019 +0300
     1.3 @@ -20,7 +20,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	case "$ARCH" in
     1.7 -		arm*) 
     1.8 +		arm*)
     1.9 +			ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib"
    1.10  			export tcl_cv_strtod_buggy=1
    1.11  			export ac_cv_func_strtod=yes ;;
    1.12  	esac
    1.13 @@ -29,7 +30,7 @@
    1.14  		--prefix=/usr \
    1.15  		--enable-threads \
    1.16  		--enable-shared \
    1.17 -		${CONFIGURE_ARGS} &&
    1.18 +		$ARCH_ARGS ${CONFIGURE_ARGS} &&
    1.19  	make &&
    1.20  	make DESTDIR=$DESTDIR install
    1.21  }