summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-15 23:01:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-15 23:01:37 (GMT)
commit0e6d3cae9c929071afbef4c2fdca75d4ea7631b3 (patch)
tree5785229997086e25304a8d3196130df37657a54f /win/Makefile.in
parent0101865f6215347bc61daa8970fbf08bebf97c1b (diff)
downloadtk-novem_support_85.zip
tk-novem_support_85.tar.gz
tk-novem_support_85.tar.bz2
more minor tweaks, getting it to run with Tcl 9.0 when compiled against 8.5 or 8.6 headersnovem_support_85
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 550e6ae..c05608f 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -482,7 +482,7 @@ install-binaries: binaries
@echo "Creating package index $(PKG_INDEX)";
@$(RM) $(PKG_INDEX);
@(\
- echo "if {[catch {package present Tcl 8.5.0}]} return";\
+ echo "if {[catch {package present Tcl 8.5.0-}]} return";\
echo "if {(\$$::tcl_platform(platform) eq \"unix\") && ([info exists ::env(DISPLAY)]";\
echo " || ([info exists ::argv] && (\"-display\" in \$$::argv)))} {";\
echo " package ifneeded Tk $(VERSION)$(PATCH_LEVEL) [list load [file normalize [file join \$$dir .. .. bin libtk$(VERSION).dll]] Tk]";\