summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-20 14:39:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-20 14:39:30 (GMT)
commite926662190cc08e5f057d0d90cdf9da4a1aab15f (patch)
treef3b12d2d826c6e25cca57d001a750db48b3c5fca /win/Makefile.in
parentb8a68d0c335e5b303b12e9fd8194e27be780a219 (diff)
downloadtk-e926662190cc08e5f057d0d90cdf9da4a1aab15f.zip
tk-e926662190cc08e5f057d0d90cdf9da4a1aab15f.tar.gz
tk-e926662190cc08e5f057d0d90cdf9da4a1aab15f.tar.bz2
Compile with -Wwrite-strings, as does Tcl. In pkgIndex files, allow "8.6-" to match, for better interoperability with "novem"
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 0b1acd7..80d616b 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -487,7 +487,7 @@ install-binaries: binaries
@echo "Creating package index $(PKG_INDEX)";
@$(RM) $(PKG_INDEX);
@(\
- echo "if {[catch {package present Tcl 8.6.0}]} return";\
+ echo "if {[catch {package present Tcl 8.6-}]} 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]";\