$NetBSD: patch-servers_native-espeak_Makefile,v 1.1 2024/03/13 05:48:36 wiz Exp $

* Fix tcl version.

--- servers/native-espeak/Makefile.orig	2022-04-18 20:56:41.000000000 +0000
+++ servers/native-espeak/Makefile
@@ -14,7 +14,7 @@ ifeq ($(shell uname -s), Darwin)
   LIBS= -framework tcl -lespeak-ng
   TTS=tclespeak.dylib
 else
-  TCL_VERSION = 8.6
+  TCL_VERSION = 86
   TCL_INCLUDE= /usr/include/tcl$(TCL_VERSION)
   LIBS= -ltcl$(TCL_VERSION) -lespeak-ng
   TTS=tclespeak.so
