summaryrefslogtreecommitdiff
path: root/tcl-8.6.10-hidden.patch
diff options
context:
space:
mode:
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"
+