From 37399bdd407c4976256bbc1f42d5a2fdb9d34821 Mon Sep 17 00:00:00 2001 From: maintenance team Date: Mon, 26 May 2008 07:47:16 +0000 Subject: [PATCH] Update for Scientific 5.1 64 bit --- config_files/tcltk-8.4.5.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/config_files/tcltk-8.4.5.sh b/config_files/tcltk-8.4.5.sh index 52f2d47..890bf42 100755 --- a/config_files/tcltk-8.4.5.sh +++ b/config_files/tcltk-8.4.5.sh @@ -108,9 +108,18 @@ export CFLAGS=-m64 fi makedir ${PRODUCT_DIR} + check_jb tar xfz ${SOURCE_DIR}/tcl8.4.5.tar.gz -C ${INSTALL_WORK} cd ${INSTALL_WORK}/tcl8.4.5/unix + +#INV - bug in a tclx configure +#INV - bug in a tclx configure +chmod +w ./configure +cp configure configure.orig && sed "s/relid'/relid/" configure.orig > configure +chmod -w ./configure + cat >> ${PRODUCT_DIR}/CONFIGURE.LOG < configure +chmod -w ./configure + cat >> ${PRODUCT_DIR}/CONFIGURE.LOG < tkxConfig.sh.in cd ${INSTALL_WORK}/tclx8.3.5/unix +#INV - bug in a tclx configure +chmod +w ./configure +cp configure configure.orig && sed "s/relid'/relid/" configure.orig > configure +chmod -w ./configure + #VRV - bug in a tclx configure chmod +w ./configure echo -e '/test "$no_create" = yes || ${CONFIG_SHELL-\/bin\/sh} $CONFIG_STATUS || exit 1\ns/test "$no_create" = yes || ${CONFIG_SHELL-\/bin\/sh} $CONFIG_STATUS || exit 1/test "$no_create" = yes || ${CONFIG_SHELL-\/bin\/sh} $CONFIG_STATUS || exit 0\nwq' | ed - configure -- 2.39.2