From 816e6afe5aa1f2d7ab7a23576041e8fcdd704eea Mon Sep 17 00:00:00 2001 From: hobbs Date: Tue, 4 Nov 2008 23:55:33 +0000 Subject: * 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. --- ChangeLog | 6 ++++++ generic/tkPort.h | 4 ++-- 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 + + * 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 * 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 -- cgit v0.12