diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-09-19 13:11:09 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-09-19 13:11:09 +0000 |
commit | bf9318135b8fab33f443462e9ced38b3276c26b1 (patch) | |
tree | d74e37041c3489342f72e53947399e883fdcb77f /lang/tcl86/files/patch-generic-tclPort.h | |
parent | - Fix typo (diff) |
- Update to 8.6.b.3
Release notes:
http://sf.net/projects/tcl/files/Tcl/8.6b3/tcltk-release-notes-8.6b3.txt/view
Notes
Notes:
svn path=/head/; revision=304506
Diffstat (limited to 'lang/tcl86/files/patch-generic-tclPort.h')
-rw-r--r-- | lang/tcl86/files/patch-generic-tclPort.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tcl86/files/patch-generic-tclPort.h b/lang/tcl86/files/patch-generic-tclPort.h index d5825f4e37a8..bdd3af35886c 100644 --- a/lang/tcl86/files/patch-generic-tclPort.h +++ b/lang/tcl86/files/patch-generic-tclPort.h @@ -1,5 +1,5 @@ ---- ../generic/tclPort.h.orig 2011-04-26 17:14:03.000000000 +0200 -+++ ../generic/tclPort.h 2011-08-09 14:25:40.620587462 +0200 +--- ../generic/tclPort.h.orig 2012-06-26 15:59:02.000000000 +0200 ++++ ../generic/tclPort.h 2012-09-17 16:29:41.000000000 +0200 @@ -22,7 +22,7 @@ #endif #include "tcl.h" @@ -8,4 +8,4 @@ +# include "../unix/tclUnixPort.h" #endif - #if defined(__CYGWIN__) + #if !defined(LLONG_MIN) |