diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-17 08:59:53 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-17 08:59:53 +0000 |
commit | 3b9788da016b79716ba58417a8e61d45bb78ed8b (patch) | |
tree | ff1eebc7038b299a5864c86dbc1d6ff5bfe7c1b8 /lang/tcl85/files/patch-generic-tclPort.h | |
parent | - Update to 3.3 (diff) |
- Update Tcl/Tk 8.5 to 8.5.14
Release notes: http://code.activestate.com/lists/tcl-core/13208/
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=315950
Diffstat (limited to 'lang/tcl85/files/patch-generic-tclPort.h')
-rw-r--r-- | lang/tcl85/files/patch-generic-tclPort.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/tcl85/files/patch-generic-tclPort.h b/lang/tcl85/files/patch-generic-tclPort.h index edcef0bd2918..c767eee2f67e 100644 --- a/lang/tcl85/files/patch-generic-tclPort.h +++ b/lang/tcl85/files/patch-generic-tclPort.h @@ -1,11 +1,11 @@ ---- ../generic/tclPort.h.orig 2010-02-01 00:51:36.000000000 +0100 -+++ ../generic/tclPort.h 2010-09-17 16:28:05.133598753 +0200 -@@ -24,7 +24,7 @@ - #endif - #include "tcl.h" - #if !defined(_WIN32) +--- ../generic/tclPort.h.orig 2013-04-03 16:57:25.000000000 +0200 ++++ ../generic/tclPort.h 2013-04-03 16:57:35.000000000 +0200 +@@ -20,7 +20,7 @@ + #if defined(_WIN32) + # include "tclWinPort.h" + #else -# include "tclUnixPort.h" +# include "../unix/tclUnixPort.h" #endif + #include "tcl.h" - #if defined(__CYGWIN__) |