diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-31 15:37:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-31 15:37:44 +0000 |
commit | 5ae0f3ecb6344805305b619ffdb5084688fcd8b6 (patch) | |
tree | abb31eeed1c62786917da7aafd0d864a522f05e3 /lang/tcl86/files | |
parent | - Introduce a new ports category ports-mgmt: Ports for managing, installing and (diff) |
- Fix build
- Bump PORTREVISION
PR: 108545
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=183783
Diffstat (limited to 'lang/tcl86/files')
-rw-r--r-- | lang/tcl86/files/patch-generic-tclPort.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/tcl86/files/patch-generic-tclPort.h b/lang/tcl86/files/patch-generic-tclPort.h new file mode 100644 index 000000000000..5b8d1d292e5e --- /dev/null +++ b/lang/tcl86/files/patch-generic-tclPort.h @@ -0,0 +1,11 @@ +--- ../generic/tclPort.h.orig Tue Jan 30 11:39:50 2007 ++++ ../generic/tclPort.h Tue Jan 30 11:41:05 2007 +@@ -24,7 +24,7 @@ + #if defined(__WIN32__) + # include "../win/tclWinPort.h" + #else +-# include "tclUnixPort.h" ++# include "../unix/tclUnixPort.h" + #endif + + #if !defined(LLONG_MIN) |