summaryrefslogtreecommitdiff
path: root/lang/tcl/patches/patch-generic_tclPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tcl/patches/patch-generic_tclPort.h')
-rw-r--r--lang/tcl/patches/patch-generic_tclPort.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/tcl/patches/patch-generic_tclPort.h b/lang/tcl/patches/patch-generic_tclPort.h
new file mode 100644
index 00000000000..2a8d3b6ac72
--- /dev/null
+++ b/lang/tcl/patches/patch-generic_tclPort.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-generic_tclPort.h,v 1.1 2012/08/21 21:31:47 marino Exp $
+
+--- generic/tclPort.h.orig 2012-07-16 11:57:05.000000000 +0000
++++ generic/tclPort.h
+@@ -22,7 +22,7 @@
+ #endif
+ #include "tcl.h"
+ #if !defined(_WIN32)
+-# include "tclUnixPort.h"
++# include "../unix/tclUnixPort.h"
+ #endif
+
+ #if !defined(LLONG_MIN)