Gentoo Archives: gentoo-commits

From: "Luca Barbato (lu_zero)" <lu_zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/bitchx/files/1.1: bitchx-1.1-inline.patch
Date: Mon, 24 Sep 2007 06:52:29
Message-Id: E1IZhfx-0001NV-Lq@stork.gentoo.org
1 lu_zero 07/09/24 06:44:13
2
3 Added: bitchx-1.1-inline.patch
4 Log:
5 Fix bug #185663
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 net-irc/bitchx/files/1.1/bitchx-1.1-inline.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/bitchx/files/1.1/bitchx-1.1-inline.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/bitchx/files/1.1/bitchx-1.1-inline.patch?rev=1.1&content-type=text/plain
13
14 Index: bitchx-1.1-inline.patch
15 ===================================================================
16 Only in BitchX-work: .config.h
17 diff -ur BitchX/include/irc_std.h BitchX-work/include/irc_std.h
18 --- BitchX/include/irc_std.h 2003-04-10 18:09:07.000000000 -0700
19 +++ BitchX-work/include/irc_std.h 2007-09-23 11:33:40.000000000 -0700
20 @@ -98,7 +98,7 @@
21 # define __N
22 # define __inline__
23 #else
24 -# if (__GNUC__ >= 2) && (__GNUC_MINOR__ >= 7)
25 +# if (__GNUC__ > 2) || ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 7))
26 # define __A(x) __attribute__ ((format (printf, x, x + 1)))
27 # define __N __attribute__ ((noreturn))
28 # else
29 Only in BitchX/include: module.h.orig
30 Only in BitchX/include: modval.h.orig
31
32
33
34 --
35 gentoo-commits@g.o mailing list