From 2744e8b4d46a6e23c5d7a428e4838ac9d9ea48a1 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 18 Apr 2005 16:24:43 +0000 Subject: - Update to 3.1.13 PR: ports/79636 Submitted by: Dmitry A. Yanko (maintainer) --- ftp/lftp/files/patch-post-config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ftp/lftp/files/patch-post-config.h (limited to 'ftp/lftp/files/patch-post-config.h') diff --git a/ftp/lftp/files/patch-post-config.h b/ftp/lftp/files/patch-post-config.h new file mode 100644 index 000000000000..e0aac9451078 --- /dev/null +++ b/ftp/lftp/files/patch-post-config.h @@ -0,0 +1,11 @@ +--- include/post-config.h.orig Thu Mar 24 18:41:45 2005 ++++ include/post-config.h Mon Apr 18 17:52:16 2005 +@@ -142,4 +142,8 @@ + # include "trio.h" + #endif + ++#if __FreeBSD__ < 5 ++ #define atoll(n) strtoll((n),NULL,10) ++#endif ++ + #endif /* POST_CONFIG_H */ -- cgit v1.2.3