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-wm/afterstep/files: afterstep-2.2.9-alpha.patch
Date: Sat, 26 Jun 2010 16:23:44
Message-Id: 20100626162339.4AFD52CF7C@corvid.gentoo.org
1 ssuominen 10/06/26 16:23:39
2
3 Added: afterstep-2.2.9-alpha.patch
4 Log:
5 Fix building on alpha (drop extra include defining it's own strlen).
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-wm/afterstep/files/afterstep-2.2.9-alpha.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/afterstep/files/afterstep-2.2.9-alpha.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/afterstep/files/afterstep-2.2.9-alpha.patch?rev=1.1&content-type=text/plain
13
14 Index: afterstep-2.2.9-alpha.patch
15 ===================================================================
16 libAfterStep/alpha_header.h:15: error: conflicting types for 'strlen'
17
18 --- libAfterStep/asapp.h
19 +++ libAfterStep/asapp.h
20 @@ -15,10 +15,6 @@
21 #include "sun_headers.h"
22 #endif
23
24 -#if defined(__alpha)
25 -#include "alpha_header.h"
26 -#endif /* NEEDS_ALPHA_HEADER */
27 -
28 /* Some people say that AIX and AIXV3 need 3 preceding underscores, other say
29 * no. I'll do both */
30 #if defined ___AIX || defined _AIX || defined __QNX__ || defined ___AIXV3 || defined AIXV3 || defined _SEQUENT_