freebsd-ports/lang/tcl86/files/patch-generic-tclPort.h
2016-03-01 16:00:47 +00:00

11 lines
241 B
C

--- generic/tclPort.h.orig 2016-02-25 20:12:37 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"