tcl/tcl-8.5.0-hidden.patch

13 lines
383 B
Diff
Raw Normal View History

2009-02-10 06:30:22 +00:00
diff -up tcl8.5.6/generic/tclPort.h.old tcl8.5.6/generic/tclPort.h
--- tcl8.5.6/generic/tclPort.h.old 2009-02-09 16:40:08.000000000 +0100
+++ tcl8.5.6/generic/tclPort.h 2009-02-09 16:40:26.000000000 +0100
@@ -24,7 +24,7 @@
#if defined(__WIN32__)
2009-02-10 06:30:22 +00:00
# include "tclWinPort.h"
#else
-# include "tclUnixPort.h"
+# include "../unix/tclUnixPort.h"
#endif
#if !defined(LLONG_MIN)