From dc41324914e7fb8451c663f2e83c4daa259e0f75 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 16 Nov 2024 13:19:27 +0000 Subject: automatic import of tcl --- tcl-8.6.10-hidden.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tcl-8.6.10-hidden.patch (limited to 'tcl-8.6.10-hidden.patch') diff --git a/tcl-8.6.10-hidden.patch b/tcl-8.6.10-hidden.patch new file mode 100644 index 0000000..0d84493 --- /dev/null +++ b/tcl-8.6.10-hidden.patch @@ -0,0 +1,13 @@ +diff --git a/generic/tclPort.h b/generic/tclPort.h +index 9485567..f329cde 100644 +--- a/generic/tclPort.h ++++ b/generic/tclPort.h +@@ -20,7 +20,7 @@ + #if defined(_WIN32) + # include "tclWinPort.h" + #else +-# include "tclUnixPort.h" ++# include "../unix/tclUnixPort.h" + #endif + #include "tcl.h" + -- cgit v1.2.3