summaryrefslogtreecommitdiff
path: root/ftp/lftp/files/patch-post-config.h
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-04-18 16:24:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-04-18 16:24:43 +0000
commit2744e8b4d46a6e23c5d7a428e4838ac9d9ea48a1 (patch)
treeeec6bfd61c77a450e75caa50949f5bfc98f8117a /ftp/lftp/files/patch-post-config.h
parent- Update to 1.8 (diff)
- Update to 3.1.13
PR: ports/79636 Submitted by: Dmitry A. Yanko <fm@cross-road.org.ua> (maintainer)
Notes
Notes: svn path=/head/; revision=133596
Diffstat (limited to 'ftp/lftp/files/patch-post-config.h')
-rw-r--r--ftp/lftp/files/patch-post-config.h11
1 files changed, 11 insertions, 0 deletions
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 */