diff options
Diffstat (limited to 'net/lftp/patches/patch-af')
-rw-r--r-- | net/lftp/patches/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/lftp/patches/patch-af b/net/lftp/patches/patch-af new file mode 100644 index 00000000000..3e51f12d021 --- /dev/null +++ b/net/lftp/patches/patch-af @@ -0,0 +1,14 @@ +$NetBSD: patch-af,v 1.1 2009/06/17 08:34:07 tnn Exp $ + +--- lib/getdate.y.orig 2009-05-15 08:24:00.000000000 +0200 ++++ lib/getdate.y +@@ -113,7 +113,9 @@ + wraps around, but there's no portable way to check for that at + compile-time. */ + verify (TYPE_IS_INTEGER (time_t)); ++/* This assertion fails on NetBSD-current/i386 due to 64-bit time_t + verify (LONG_MIN <= TYPE_MINIMUM (time_t) && TYPE_MAXIMUM (time_t) <= LONG_MAX); ++*/ + + /* An integer value, and the number of digits in its textual + representation. */ |