summaryrefslogtreecommitdiffstats
path: root/extra/source/emacspeak/emacspeak.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'extra/source/emacspeak/emacspeak.SlackBuild')
-rwxr-xr-xextra/source/emacspeak/emacspeak.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/source/emacspeak/emacspeak.SlackBuild b/extra/source/emacspeak/emacspeak.SlackBuild
index f6d047731..151bbd99f 100755
--- a/extra/source/emacspeak/emacspeak.SlackBuild
+++ b/extra/source/emacspeak/emacspeak.SlackBuild
@@ -74,8 +74,8 @@ find . -perm 511 -exec chmod 755 {} \;
find . -perm 711 -exec chmod 755 {} \;
find . -perm 555 -exec chmod 755 {} \;
-# Patch to use Tcl 8.5:
-zcat $CWD/emacspeak.tcl8.5.diff.gz | patch -p1 || exit 1
+# Patch to use Tcl 8.6:
+zcat $CWD/emacspeak.tcl8.6.diff.gz | patch -p1 || exit 1
# Compile the main program against Emacs:
make config