From: Matthew Vernon Date: Thu, 18 Feb 2016 18:37:26 +0000 (+0000) Subject: patch from Adam Borowski to fix FTBFS on x32 X-Git-Tag: debian/4.29~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=commitdiff_plain;h=73540d73adb4278b6ae3d08109e0140468b930d9;p=bible-kjv.git patch from Adam Borowski to fix FTBFS on x32 --- 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];