[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/tcl/tcl.desc [COPY] Copyright (C) 2004 - 2026 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] The Tcl scripting language [T] Tcl provides a powerful platform for creating integration [T] applications that tie together diverse applications, protocols, [T] devices, and frameworks. [U] https://tcl.sourceforge.net/ [A] University of California, Sun Microsystems, Inc., Scriptics Corporation [M] René Rebe [C] extra/development extra/tool extra/shell [F] CROSS NO-LTO [L] OpenSource [V] 9.0.4 [P] X 0----5---9 119.000 [CV-FLAGS] tcltk [D] 15bdee82cc45b8d6564b81ebef6738ec340c9071b8ea2166d6179ea4 tcl9.0.4-src.tar.gz https://prdownloads.sourceforge.net/sourceforge/tcl/ srcdir=*/unix var_append confopt ' ' --enable-threads [ $arch_sizeof_char_p = 8 ] && var_append confopt ' ' --enable-64bit var_append makeopt ' ' 'RANLIB=true' # no ranlib on .so files, ... var_append makeinstopt ' ' install-private-headers atstage cross && hook_add preconf 5 "echo 'ac_cv_func_strtod=yes tcl_cv_strtod_buggy=1' >> config.cache" # fix: error while loadshared libraries: # libtcl9.0.so: cannot open shared object file: No such file or directory export LD_LIBRARY_PATH=$builddir/tcl$ver/unix ptcl() { mm=`echo $ver | cut -d . -f 1-2` ln -vsf tclsh$mm $root$bindir/tclsh ln -vsf libtcl$mm.so $root$libdir/libtcl.so } hook_add postmake 5 ptcl