From 73540d73adb4278b6ae3d08109e0140468b930d9 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Thu, 18 Feb 2016 18:37:26 +0000 Subject: [PATCH] patch from Adam Borowski to fix FTBFS on x32 --- debian/changelog | 6 ++++++ makeindex.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 292c2e5..6e20b7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bible-kjv (4.28) unstable; urgency=low + + * patch from Adam Borowski to fix FTBFS on x32 (Closes: #700012) + + -- Matthew Vernon Thu, 18 Feb 2016 18:34:45 +0000 + bible-kjv (4.27) unstable; urgency=low * Make build reproducible (patch from Chris Lamb) (Closes: #777294) diff --git a/makeindex.c b/makeindex.c index 417d531..abcb26b 100644 --- a/makeindex.c +++ b/makeindex.c @@ -94,7 +94,7 @@ int main(int argc,char **argv) { FILE *fp; - long t; + time_t t; long cur_line; long offset; char textbuff[TBSIZE]; -- 2.30.2