chiark / gitweb /
patch from Adam Borowski to fix FTBFS on x32
authorMatthew Vernon <matthew@debian.org>
Thu, 18 Feb 2016 18:37:26 +0000 (18:37 +0000)
committerMatthew Vernon <matthew@debian.org>
Thu, 18 Feb 2016 18:37:26 +0000 (18:37 +0000)
debian/changelog
makeindex.c

index 292c2e5b27e7ed3d7f3b924f830f5387a309896d..6e20b7a605336b8cdafd533dfac4fdf485f4a276 100644 (file)
@@ -1,3 +1,9 @@
+bible-kjv (4.28) unstable; urgency=low
+
+  * patch from Adam Borowski to fix FTBFS on x32 (Closes: #700012)
+
+ -- Matthew Vernon <matthew@debian.org>  Thu, 18 Feb 2016 18:34:45 +0000
+
 bible-kjv (4.27) unstable; urgency=low
 
   * Make build reproducible (patch from Chris Lamb) (Closes: #777294)
 bible-kjv (4.27) unstable; urgency=low
 
   * Make build reproducible (patch from Chris Lamb) (Closes: #777294)
index 417d5319a015eb0f83f26a53dec152cce2aa61e3..abcb26b9f1a04eadb7a52f2998d75cdc9d270b68 100644 (file)
@@ -94,7 +94,7 @@
 int main(int argc,char **argv)
 {
     FILE       *fp;
 int main(int argc,char **argv)
 {
     FILE       *fp;
-    long       t;
+    time_t     t;
     long       cur_line;
     long       offset;
     char       textbuff[TBSIZE];
     long       cur_line;
     long       offset;
     char       textbuff[TBSIZE];