wok-next diff tcl/receipt @ rev 17280

Up: udisks2 (2.1.3), libsoup (2.48.0), gvfs (1.22.1). Update gtk+3
bdeps. Now almost all gvfs backends works! Split them into separate
packages. And don't forget to add to flavors: gvfs, gvfs-fuse,
gvfs-udisks2 (maybe something more).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 26 19:07:05 2014 +0200 (2014-10-26)
parents 61bec0518c8c
children 5470c9cb7190
line diff
     1.1 --- a/tcl/receipt	Sat Mar 08 06:26:57 2014 +0100
     1.2 +++ b/tcl/receipt	Sun Oct 26 19:07:05 2014 +0200
     1.3 @@ -18,7 +18,8 @@
     1.4  	case "$ARCH" in
     1.5  		arm*) 
     1.6  			export tcl_cv_strtod_buggy=1
     1.7 -			export ac_cv_func_strtod=yes ;;
     1.8 +			export ac_cv_func_strtod=yes 
     1.9 +			sed -i s'#./${TCL_EXE}#/usr/bin/tclsh#' unix/Makefile.in ;;
    1.10  	esac
    1.11  	cd $src/unix
    1.12  	./configure \
    1.13 @@ -34,7 +35,7 @@
    1.14  genpkg_rules()
    1.15  {
    1.16  	mkdir -p $fs/usr/lib
    1.17 -	cp -a $install/usr/lib/tcl8* $fs/usr/lib 2>/dev/null
    1.18 +	cp -a $install/usr/lib/tcl8* $fs/usr/lib
    1.19  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.20  	cp -a $install/usr/bin $fs/usr
    1.21  	ln -sf tclsh8.5 $fs/usr/bin/tclsh