diff options
author | hobbs <hobbs> | 2008-11-04 23:55:33 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2008-11-04 23:55:33 (GMT) |
commit | 816e6afe5aa1f2d7ab7a23576041e8fcdd704eea (patch) | |
tree | 217fbe72040c9790c3508007c9b3f2f632110091 | |
parent | c8dfc3878f4d71e1ff87e7dc80de248cbc87da85 (diff) | |
download | tk-816e6afe5aa1f2d7ab7a23576041e8fcdd704eea.zip tk-816e6afe5aa1f2d7ab7a23576041e8fcdd704eea.tar.gz tk-816e6afe5aa1f2d7ab7a23576041e8fcdd704eea.tar.bz2 |
* 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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | generic/tkPort.h | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -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 |