Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/findutils/files: findutils-4.3.8-gnulib-stddef.patch
Date: Sun, 28 Oct 2007 21:21:33
Message-Id: E1ImFZX-0000gr-1J@stork.gentoo.org
1 vapier 07/10/28 21:21:27
2
3 Added: findutils-4.3.8-gnulib-stddef.patch
4 Log:
5 Fix from upstream for building with newer toolchain packages #197326 by Peter Alfredsen.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.1 sys-apps/findutils/files/findutils-4.3.8-gnulib-stddef.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/findutils/files/findutils-4.3.8-gnulib-stddef.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/findutils/files/findutils-4.3.8-gnulib-stddef.patch?rev=1.1&content-type=text/plain
13
14 Index: findutils-4.3.8-gnulib-stddef.patch
15 ===================================================================
16 https://bugs.gentoo.org/197326
17
18 2007-06-10 Bruno Haible <bruno@×××××.org>
19
20 * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
21 * lib/mbuiter.h: Likewise.
22
23 diff --git a/gnulib/lib/mbuiter.h b/gnulib/lib/mbuiter.h
24 index e6ad488..c4ceddb 100644
25 --- a/gnulib/lib/mbuiter.h
26 +++ b/gnulib/lib/mbuiter.h
27 @@ -92,6 +92,7 @@
28
29 #include <assert.h>
30 #include <stdbool.h>
31 +#include <stddef.h>
32 #include <stdlib.h>
33 #include <string.h>
34
35
36
37
38 --
39 gentoo-commits@g.o mailing list