diff options
author | CoprDistGit <infra@openeuler.org> | 2024-11-16 13:19:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-11-16 13:19:27 +0000 |
commit | dc41324914e7fb8451c663f2e83c4daa259e0f75 (patch) | |
tree | d52bde2543b54602e59450377c1b2f43cda5f791 /tcl-8.6.10-hidden.patch | |
parent | 495915bd411b88bab4e9aa4b6f466072c12dd35d (diff) |
automatic import of tcl
Diffstat (limited to 'tcl-8.6.10-hidden.patch')
-rw-r--r-- | tcl-8.6.10-hidden.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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" + |