From 0b505ec15a43b4b8e4c2584d0c4f81ff3391f3de Mon Sep 17 00:00:00 2001 From: bustico Date: Wed, 7 Jan 2015 14:01:47 +0000 Subject: * fix uninitialised variable in ivy-bind * start tcl interpreter early * add some pkg-config configuration file * use header file from tcl-dev (which need to be installed) --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 193ffc8..f9fbd11 100644 --- a/src/Makefile +++ b/src/Makefile @@ -54,7 +54,8 @@ ifndef TCLVERS TCLVERS:= $(shell perl -e '@_=sort map (m|/usr/lib64/libtcl(\d\.\d)\.so|, glob ("/usr/lib64/libtcl*")); print pop @_') endif ifndef TCLVERS -TCLVERS=8.4 +#TCLVERS=8.4 +TCLVERS= endif TCLINCL = -I/usr/include/tcl$(TCLVERS) -- cgit v1.1