summaryrefslogtreecommitdiff
path: root/tcl-8.6.10-hidden.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-11-16 13:19:27 +0000
committerCoprDistGit <infra@openeuler.org>2024-11-16 13:19:27 +0000
commitdc41324914e7fb8451c663f2e83c4daa259e0f75 (patch)
treed52bde2543b54602e59450377c1b2f43cda5f791 /tcl-8.6.10-hidden.patch
parent495915bd411b88bab4e9aa4b6f466072c12dd35d (diff)
automatic import of tcl
Diffstat (limited to 'tcl-8.6.10-hidden.patch')
-rw-r--r--tcl-8.6.10-hidden.patch13
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"
+