summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--generic/tkPort.h4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cdd9488..96a724b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-04 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tkPort.h: remove the ../unix/ header dir as the build
+ system already has it, and it confuses builds when used with
+ private headers installed.
+
2008-08-14 Daniel Steffen <das@users.sourceforge.net>
* unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to
diff --git a/generic/tkPort.h b/generic/tkPort.h
index ec4b362..15f3d10 100644
--- a/generic/tkPort.h
+++ b/generic/tkPort.h
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkPort.h,v 1.3.2.1 2004/01/01 00:34:56 das Exp $
+ * RCS: @(#) $Id: tkPort.h,v 1.3.2.2 2008/11/04 23:55:34 hobbs Exp $
*/
#ifndef _TKPORT
@@ -31,7 +31,7 @@
# elif defined(MAC_OSX_TK)
# include "tkMacOSXPort.h"
# else
-# include "../unix/tkUnixPort.h"
+# include "tkUnixPort.h"
# endif
#endif