From a7c4c0257f81cd34238afd10b7820b1ae774e036 Mon Sep 17 00:00:00 2001 From: lothar Date: Tue, 15 Sep 2009 13:33:27 +0000 Subject: [PATCH] fake TCL_INC_DIR for compatibility with current TCL versions --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 7681c6c4..c667d27b 100644 --- a/build.sh +++ b/build.sh @@ -41,6 +41,7 @@ build_host_tools() { exit 1 fi + export TCL_INC_DIR="$(. /usr/lib/tclConfig.sh; echo $TCL_INCLUDE_SPEC | sed 's/^-I//')" mkdir -p "$tools_dir" cd "$tools_dir" sh ../src/configure $config_opts -- 2.39.2