aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2003-12-09 00:45:40 +0000
committerStefan Eßer <se@FreeBSD.org>2003-12-09 00:45:40 +0000
commit0531d23df91d4c277247bada3bb9884ffd059b99 (patch)
treeda54f066fc889d3faed84e0ec478ca5e080e545f /net-mgmt
parentea8c8788a92aaaed3ce6b3c8fb58eced5f1874b3 (diff)
downloadports-0531d23df91d4c277247bada3bb9884ffd059b99.tar.gz
ports-0531d23df91d4c277247bada3bb9884ffd059b99.zip
Notes
Diffstat (limited to 'net-mgmt')
-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 98a20d3d73af..19ba69fd4144 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