summaryrefslogtreecommitdiff
path: root/net-mgmt/scotty3
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2003-12-09 00:40:24 +0000
committerStefan Eßer <se@FreeBSD.org>2003-12-09 00:40:24 +0000
commitea8c8788a92aaaed3ce6b3c8fb58eced5f1874b3 (patch)
treec2dd51e70453e72ac9063c02e2c9cc2e343b0ff2 /net-mgmt/scotty3
parentFix incompatibility with tcl-8.4 (Undefined symbol "TclpCreateDirectory"). (diff)
Fix white-space problem in patch.
Notes
Notes: svn path=/head/; revision=95435
Diffstat (limited to 'net-mgmt/scotty3')
-rw-r--r--net-mgmt/scotty3/files/patch-af2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/scotty3/files/patch-af b/net-mgmt/scotty3/files/patch-af
index 19ba69fd4144..98a20d3d73af 100644
--- a/net-mgmt/scotty3/files/patch-af
+++ b/net-mgmt/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