Magellan Linux

Annotation of /trunk/texinfo/patches/texinfo-4.11-mbstate-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 693 - (hide annotations) (download)
Sat Sep 27 17:00:30 2008 UTC (15 years, 8 months ago) by niro
File size: 629 byte(s)
-needed by buildroot

1 niro 693 Submitted By: Jim Gifford (patches at jg555 dot com)
2     Date: 2007-10-03
3     Initial Package Version: 4.11
4     Origin: T2-Project
5     Upstream Status: Unknown
6     Description: Fixes undeclared mbstate
7    
8     diff -Naur texinfo-4.11.orig/gnulib/lib/wchar_.h texinfo-4.11/gnulib/lib/wchar_.h
9     --- texinfo-4.11.orig/gnulib/lib/wchar_.h 2007-07-08 08:14:45.000000000 +0000
10     +++ texinfo-4.11/gnulib/lib/wchar_.h 2007-10-03 15:31:39.000000000 +0000
11     @@ -40,6 +40,7 @@
12     Some builds of uClibc lack it. */
13     /* The include_next requires a split double-inclusion guard. */
14     #if @HAVE_WCHAR_H@
15     +# undef __need_mbstate_t
16     # @INCLUDE_NEXT@ @NEXT_WCHAR_H@
17     #endif
18