ports/lang/tcl85/files/patch-generic-tclPort.h
Pietro Cerutti 70e4722e89 - Add a couple of symlinks needed by databases/casstcl
- Bump PORTREVISION
- While at it, make makepatch-ify
2015-06-24 07:46:58 +00:00

11 lines
247 B
C

--- ../generic/tclPort.h.orig 2013-04-03 16:57:25 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"