summaryrefslogtreecommitdiff
path: root/lang/tcl86/files/patch-generic-tclPort.h
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-09-20 07:32:38 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-09-20 07:32:38 +0000
commit335927cf6f6f9726660614a916625a9acbfb04e1 (patch)
tree243fa18e319272c1f049170f3303eeb98ef68028 /lang/tcl86/files/patch-generic-tclPort.h
parentAdd missing #includes to fix build on -CURRENT (diff)
- Update Tcl/Tk 8.6 to 8.6.1
Release notes: http://code.activestate.com/lists/tcl-core/13590/
Notes
Notes: svn path=/head/; revision=327664
Diffstat (limited to 'lang/tcl86/files/patch-generic-tclPort.h')
-rw-r--r--lang/tcl86/files/patch-generic-tclPort.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/tcl86/files/patch-generic-tclPort.h b/lang/tcl86/files/patch-generic-tclPort.h
index bdd3af35886c..5c3f057bf1f3 100644
--- a/lang/tcl86/files/patch-generic-tclPort.h
+++ b/lang/tcl86/files/patch-generic-tclPort.h
@@ -1,11 +1,11 @@
---- ../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"
- #if !defined(_WIN32)
+--- ../generic/tclPort.h.orig 2013-09-03 14:47:31.000000000 +0200
++++ ../generic/tclPort.h 2013-09-04 10:23:22.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(LLONG_MIN)