Hi!
We're trying to push the x32 port forward.  Thus, could you please apply
this 3-years old patch?  I just retested it against the current version in
unstable.

If you're busy, I can NMU (debdiff attached), but as you're around and
active, I guess there's no need.


Meow!
-- 
A tit a day keeps the vet away.
diff -Nru bible-kjv-4.27/debian/changelog bible-kjv-4.27+nmu1/debian/changelog
--- bible-kjv-4.27/debian/changelog     2015-05-17 14:44:48.000000000 +0200
+++ bible-kjv-4.27+nmu1/debian/changelog        2016-02-16 02:53:55.000000000 
+0100
@@ -1,3 +1,10 @@
+bible-kjv (4.27+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS on x32 (Closes: #700012)
+
+ -- Adam Borowski <kilob...@angband.pl>  Tue, 16 Feb 2016 01:53:15 +0000
+
 bible-kjv (4.27) unstable; urgency=low
 
   * Make build reproducible (patch from Chris Lamb) (Closes: #777294)
diff -Nru bible-kjv-4.27/makeindex.c bible-kjv-4.27+nmu1/makeindex.c
--- bible-kjv-4.27/makeindex.c  2011-06-25 13:56:26.000000000 +0200
+++ bible-kjv-4.27+nmu1/makeindex.c     2016-02-16 02:52:56.000000000 +0100
@@ -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];

Reply via email to