aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl84/files
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-07-08 14:31:35 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-07-08 14:31:35 +0000
commita3847be7a2b649e3634e4f8e5ac61f6541ab040e (patch)
tree8a65361f37126a77554906d96405b010221599ce /lang/tcl84/files
parent25c6a2a144c7cd1621157c4a26bb65758407032e (diff)
downloadports-a3847be7a2b649e3634e4f8e5ac61f6541ab040e.tar.gz
ports-a3847be7a2b649e3634e4f8e5ac61f6541ab040e.zip
Notes
Diffstat (limited to 'lang/tcl84/files')
-rw-r--r--lang/tcl84/files/patch-generic-tclPort.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/tcl84/files/patch-generic-tclPort.h b/lang/tcl84/files/patch-generic-tclPort.h
new file mode 100644
index 000000000000..ab02d89b973a
--- /dev/null
+++ b/lang/tcl84/files/patch-generic-tclPort.h
@@ -0,0 +1,10 @@
+--- ../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"