diff options
Diffstat (limited to 'lang/tcl86/files/patch-generic-tclPort.h')
-rw-r--r-- | lang/tcl86/files/patch-generic-tclPort.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/tcl86/files/patch-generic-tclPort.h b/lang/tcl86/files/patch-generic-tclPort.h deleted file mode 100644 index 5b8d1d292e5e..000000000000 --- a/lang/tcl86/files/patch-generic-tclPort.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ../generic/tclPort.h.orig Tue Jan 30 11:39:50 2007 -+++ ../generic/tclPort.h Tue Jan 30 11:41:05 2007 -@@ -24,7 +24,7 @@ - #if defined(__WIN32__) - # include "../win/tclWinPort.h" - #else --# include "tclUnixPort.h" -+# include "../unix/tclUnixPort.h" - #endif - - #if !defined(LLONG_MIN) |