diff options
author | Stefan Eßer <se@FreeBSD.org> | 2003-12-09 00:40:24 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2003-12-09 00:40:24 +0000 |
commit | ea8c8788a92aaaed3ce6b3c8fb58eced5f1874b3 (patch) | |
tree | c2dd51e70453e72ac9063c02e2c9cc2e343b0ff2 /net/scotty3 | |
parent | Fix incompatibility with tcl-8.4 (Undefined symbol "TclpCreateDirectory"). (diff) |
Fix white-space problem in patch.
Diffstat (limited to 'net/scotty3')
-rw-r--r-- | net/scotty3/files/patch-af | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/scotty3/files/patch-af b/net/scotty3/files/patch-af index 19ba69fd4144..98a20d3d73af 100644 --- a/net/scotty3/files/patch-af +++ b/net/scotty3/files/patch-af @@ -9,7 +9,7 @@ +#define TnmStat stat +#else #define TnmCreateDirectory TclpCreateDirectory --#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 8 && TCL_RELEASE_SERIAL > 2 +-#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 8 && TCL_RELEASE_SERIAL > 2 +#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 3 && TCL_RELEASE_SERIAL > 2 #define TnmStat TclStat #else |