view src/texinfo-1-fixes.patch @ 3578:583d3bf548e6

texinfo: update to 5.2 and install all tools * src/texinfo.mk: update to 5.2 and make/make install all. * src/texinfo-1-fixes.patch: updated patch for 5.2.
author John Donoghue <john.donoghue@ieee.org>
date Tue, 15 Apr 2014 21:32:17 -0400
parents 596a5f3baf08
children 63798d0032c2
line wrap: on
line source

diff -ur texinfo-5.2.orig/info/pcterm.c texinfo-5.2/info/pcterm.c
--- texinfo-5.2.orig/info/pcterm.c	2014-04-15 18:58:25.000000000 -0400
+++ texinfo-5.2/info/pcterm.c	2014-04-15 19:00:25.000000000 -0400
@@ -1299,7 +1299,7 @@
 }
 
 /* These should never be called, but they make the linker happy.  */
-
+#if 0
 int       tputs (const char *a, int b, int (*c)(int))
 {
   perror ("tputs"); return 0; /* here and below, added dummy retvals */
@@ -1339,3 +1339,4 @@
 {
   perror ("tcsetattr"); return 0;
 }
+#endif