diff options
author | se <se@FreeBSD.org> | 2003-12-09 08:45:40 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 2003-12-09 08:45:40 +0800 |
commit | 8165c463e1b49eb0b5464061887721d482353329 (patch) | |
tree | ad221e0016adad40c74d5e8433d45a6752843546 /net-mgmt/scotty3/files | |
parent | 9ec65e62fb7c580f80c9f1e936480df5378f7316 (diff) | |
download | freebsd-ports-gnome-8165c463e1b49eb0b5464061887721d482353329.tar.gz freebsd-ports-gnome-8165c463e1b49eb0b5464061887721d482353329.tar.zst freebsd-ports-gnome-8165c463e1b49eb0b5464061887721d482353329.zip |
Revert to previous revision: the white-space problem had already been
fixed in the commited version ...
Diffstat (limited to 'net-mgmt/scotty3/files')
-rw-r--r-- | net-mgmt/scotty3/files/patch-af | 2 |
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 |