aboutsummaryrefslogtreecommitdiff
path: root/net
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
parent93e0c7ef60b32d5fb0f57a8f72624f418e2916c7 (diff)
downloadports-ea8c8788a92aaaed3ce6b3c8fb58eced5f1874b3.tar.gz
ports-ea8c8788a92aaaed3ce6b3c8fb58eced5f1874b3.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/scotty3/files/patch-af2
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