Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/baghira/files: baghira-0.8-glibc-2.10.patch baghira-0.6e-drop_resize_handle.patch baghira-0.7-gcc41.patch
Date: Fri, 04 Sep 2009 03:15:39
Message-Id: E1MjU5a-0006vp-9E@stork.gentoo.org
1 ssuominen 09/09/04 08:24:10
2
3 Added: baghira-0.8-glibc-2.10.patch
4 Removed: baghira-0.6e-drop_resize_handle.patch
5 baghira-0.7-gcc41.patch
6 Log:
7 Fix building with GLIBC 2.10+ wrt #273274, thanks to Petr Behan.
8 (Portage version: 2.2_rc40/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 x11-themes/baghira/files/baghira-0.8-glibc-2.10.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/baghira/files/baghira-0.8-glibc-2.10.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/baghira/files/baghira-0.8-glibc-2.10.patch?rev=1.1&content-type=text/plain
15
16 Index: baghira-0.8-glibc-2.10.patch
17 ===================================================================
18 *** sessionapplet/dmctl.cpp.orig Mon Aug 10 11:04:01 2009
19 --- sessionapplet/dmctl.cpp Mon Aug 10 11:01:51 2009
20 *************** static const char *ctl, *dpy;
21 *** 37,43 ****
22
23 DM::DM() : fd( -1 )
24 {
25 ! char *ptr;
26 struct sockaddr_un sa;
27
28 if (DMType == Dunno) {
29 --- 37,43 ----
30
31 DM::DM() : fd( -1 )
32 {
33 ! const char *ptr;
34 struct sockaddr_un sa;
35
36 if (DMType == Dunno) {