freebsd-ports/lang/tcl87/files/patch-generic-tclPort.h
Pietro Cerutti 34a215f0c3 lang/tcl87: add port
This is the development (trunk) version of Tcl, currently tagged 8.7.a0.  I
plan to integrate this into the USES=tcl framework once 8.7.0 is released.

Use at your at your own risk.
2016-06-01 16:36:20 +00:00

11 lines
241 B
C

--- generic/tclPort.h.orig 2016-06-01 12:03:50 UTC
+++ generic/tclPort.h
@@ -20,7 +20,7 @@
#if defined(_WIN32)
# include "tclWinPort.h"
#else
-# include "tclUnixPort.h"
+# include "../unix/tclUnixPort.h"
#endif
#include "tcl.h"