Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/burrow-owl/files: 1.4-glibc-2.12.patch
Date: Tue, 24 Aug 2010 17:55:00
Message-Id: 20100824175456.91D9F20051@flycatcher.gentoo.org
1 xarthisius 10/08/24 17:54:56
2
3 Added: 1.4-glibc-2.12.patch
4 Log:
5 Fix building with recent glibc wrt bug 333843. Thanks to Diego for report and Samuli for the fix.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-chemistry/burrow-owl/files/1.4-glibc-2.12.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/burrow-owl/files/1.4-glibc-2.12.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/burrow-owl/files/1.4-glibc-2.12.patch?rev=1.1&content-type=text/plain
13
14 Index: 1.4-glibc-2.12.patch
15 ===================================================================
16 Fix build with GLIBC-2.12
17
18 http://bugs.gentoo.org/show_bug.cgi?id=333843
19
20 --- src/Makefile.am
21 +++ src/Makefile.am
22 @@ -82,8 +82,8 @@
23 painter.h \
24 ticket.c \
25 ticket.h \
26 -endian.c \
27 -endian.h \
28 +bo_endian.c \
29 +bo_endian.h \
30 version.c \
31 version.h
32
33 --- src/hosbackingfile.c
34 +++ src/hosbackingfile.c
35 @@ -18,6 +18,7 @@
36 */
37
38 #include "hosbackingfile.h"
39 +#include "bo_endian.h"
40
41 #define DEFAULT_BUF_SIZE 512
42
43 --- src/nih.c
44 +++ src/nih.c
45 @@ -24,7 +24,7 @@
46 #include "hosdimensionblock.h"
47 #include "hosbackingblock.h"
48 #include "hosbackingfile.h"
49 -#include "endian.h"
50 +#include "bo_endian.h"
51
52 /* --- header contents ----
53 *